@import url('//fonts.googleapis.com/css?family=Questrial|Source+Sans+Pro:600,400,200,300|Montserrat:700,500,600,400');
@import url('/fonts/cms-icons/style.css');

/* Fonts
	font-family: 'Montserrat', sans-serif;
	font-family: 'Questrial', sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
*/

body {
	background: #eee;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

a { color: #1ea0da; }

a:hover { color: #808080; }

a img { border: 0; }

.blacklink { 
	color: #000000; 
	text-decoration: none;
}

.sublink {
	clear: left;
	color: #808080;
	float: left;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
}

.blacklink:hover, .sublink:hover { text-decoration: underline; }

.print-logo {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	letter-spacing: -1px;
}

h1.has-heading-icon {
	display: inline-block;
	position: relative;
	padding-left: 34px;
}

h1.has-heading-icon .nav-icon {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 8px 0 15px 0;
	letter-spacing: -0.5px;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

p {
	line-height: 20px;
	margin: 0 0 10px 0;
}

.restore-version {
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Header and Nav ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.header {
	background: #0c1012;
	height: 40px;
	padding-right: 50px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.header.non-fixed {
	position: absolute;
}

.nav-toggle {
	display: none;
}

.header .wrapper {
	position: relative;
	max-width: 100%;
}

.header .help-link-wrap {
	border-right: 1px solid #3d4041;
	float: left;
	height: 40px;
	line-height: 35px;
	text-align: center;
	width: 199px;
}

@media screen and (max-width: 1270px) {
	.header .viewing-client-drop {
		width: 150px;
	}
}

.header a.help-link,
.monthly-totals .button {
	background: #000;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	height: 25px;
	line-height: 25px;
	margin: 0 15px 0 0;
	padding: 0 20px;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
}

.header a.help-link {
	margin-right: 0;
}

.header a.help-link:hover {
	background: #75888f;
}

#viewing_client_drop_chosen {
	background: none;
	float: left;
	margin: 6px 0 0 10px;
}

#viewing_client_drop_chosen .chosen-single {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid transparent;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
}

#viewing_client_drop_chosen .chosen-single:hover {
	border-color: rgba(255,255,255,.2);
}

#viewing_client_drop_chosen.chosen-with-drop .chosen-single {
	background: #ffffff;
	color: #333333;
	border-color: #aaaaaa;
}

#viewing_client_drop_chosen .chosen-single div {
	width: 30px;
}

#viewing_client_drop_chosen .chosen-single div b {
	background-image: url(/images/icons/white-arrow-down.png) !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto auto !important;
}

#viewing_client_drop_chosen.chosen-with-drop .chosen-single div b {
	background-image: url(/images/icons/blue-arrow-down.png) !important;
}

#viewing_client_drop_chosen .chosen-results li.highlighted {
	background: #00a2e0;
}

.viewing-client-readonly {
	color: #fff;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

@media (max-width: 1024px) {
	.viewing-client-readonly {
		margin-left: 40px;
	}
}

.viewing-client-drop > li {
	height: 30px;
	margin-left: -15px;
	padding: 0 15px;
	position: relative;
}

.viewing-client-drop > li > a {
	background: url(/images/icons/white-arrow-down.png) 100% 50% no-repeat;
	color: #cccccc;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
}

.viewing-client-drop > li:hover {
	background: #000000;
	box-shadow: 0 0px 7px rgba(0,0,0,0.95);
	-moz-box-shadow: 0 0px 7px rgba(0,0,0,0.95);
	-webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.95);
}

.viewing-client-drop > li:hover a {
	color: #ffffff;
}

.viewing-client-drop > li > ul {
	background: #000000;
	box-shadow: 0 5px 7px rgba(0,0,0,0.65);
	-moz-box-shadow: 0 5px 7px rgba(0,0,0,0.65);
	-webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.65);
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	max-height: 300px;
	overflow: scroll;
	overflow-y: scroll; /* has to be scroll, not auto */
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	position: absolute;
	top: 30px;
}

.viewing-client-drop > li:hover > ul {
	display: block;
}

.viewing-client-drop > li > ul > li > a {
	color: #ffffff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.viewing-client-drop > li > ul > li.selected > a,
.viewing-client-drop > li > ul > li:hover > a {
	background: #333333;
}

.header .login-info {
	color: #cccccc;
	display: flex;
	align-items: center;
	float: right;
	height: 40px;
	line-height: 40px;
}

.header .login-info a {
	align-items: center;
	border: 1px solid rgba(255,255,255,0.25);
	color: #cccccc;
	display: inline-flex;
	line-height: 100%;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	text-decoration: none;
	transition: color 0.2s ease, border 0.2s ease;
}

.header .login-info a span {
	margin-right: 3px;
}

.header .login-info a:hover {
	border: 1px solid rgba(255,255,255,0.50);
	color: #fff;
}

.view-site-link {
	float: left;
	margin: 4px 0 0 5px;
	padding: 4px 10px;
	font-size: 12px;
}

.view-site-link {
	margin-left: 79px;
}

.view-site-link img {
	float: right;
	margin: 1px 0 0 5px;
	width: 10px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap,
.left-side-placeholder {
	-webkit-transition: width .15s ease;
	background: #171d1f;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	transition: width .15s ease;
	width: 52px;
	z-index: 12;
}

@media (min-height: 650px) {
	.primary-navigation-wrap:after {
		background-image: url(/images/template/sosimple-logo.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: auto 35px;
		bottom: 30px;
		content: '';
		height: 35px;
		left: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		transition: opacity 0.15s linear;
		z-index: 0;
	}

	.primary-navigation-wrap:hover:after {
		opacity: 1;
	}
}

.primary-navigation-wrap:hover {
	width: 200px;
}

@media screen and (min-width: 1270px) {
	body.page-dashboard .primary-navigation-wrap {
		width: 200px;
	}

	body.page-dashboard .primary-navigation-wrap:after {
		opacity: 1;
	}
}

.left-side-placeholder {
	z-index: 10;
}

.primary-navigation-wrap.non-fixed {
	position: absolute;
}

.primary-navigation {
	background: #171d1f;
	list-style: none;
	margin: 60px 0 0 0;
	padding: 0;
	position: relative;
	z-index: 3;
}

.primary-navigation li {
	margin-bottom: 5px;
	padding: 0 5px;
	position: relative;
	transition: background-color .15s ease, border-color .15s ease;
	-webkit-transition: background-color .15s ease, border-color .15s ease;
}

.primary-navigation li a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-sizing: border-box;
	color: #8b8e8f;
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-size: 12.5px;
	line-height: 100%;
	padding: 16px 10px 16px 40px;
	position: relative;
	text-decoration: none;
	transition: background .2s ease, color 0.2s ease;
	white-space: nowrap;
	width: 100%;
}


body.page-dashboard .primary-navigation li a,
.primary-navigation:hover li a {
	border-radius: 5px;
}

.primary-navigation li:hover a,
.primary-navigation li.selected a {
	background: rgb(255 255 255 / 10%);
	color: #fff;
}

.primary-navigation li a span.nav-icon {
    font-size: 18px;
    left: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.primary-navigation li a span.text {
	display: inline-block;
	opacity: 0;
	transition: opacity 0.15s ease;
	vertical-align: middle;
	line-height: 110%;
}

.primary-navigation-wrap:hover .primary-navigation li a span.text {
	opacity: 1;
}

@media screen and (min-width: 1270px) {
	body.page-dashboard .primary-navigation-wrap .primary-navigation li a span.text {
		opacity: 1;
	}
}

@font-face {
	font-family: 'nav';
	src:  url('/fonts/nav-2025.eot?f076jw');
	src:  url('/fonts/nav-2025.eot?f076jw#iefix') format('embedded-opentype'),
		url('/fonts/nav-2025.ttf?f076jw') format('truetype'),
		url('/fonts/nav-2025.woff?f076jw') format('woff'),
		url('/fonts/nav-2025.svg?f076jw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="nav-icon-"], [class*=" nav-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nav' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-icon-share:before {
  content: "\e901";
}
.nav-icon-redirects:before {
  content: "\e902";
}
.nav-icon-advanced:before {
  content: "\e903";
}
.nav-icon-alerts:before {
  content: "\e904";
}
.nav-icon-community-manager:before {
  content: "\e905";
}
.nav-icon-content-boxes:before {
  content: "\e906";
}
.nav-icon-dashboard:before {
  content: "\e907";
}
.nav-icon-site-builder:before {
  content: "\e910";
}
.nav-icon-sites-icon:before {
  content: "\e912";
}
.nav-icon-users:before {
  content: "\e913";
}
.nav-icon-view-site:before {
  content: "\e914";
}
.nav-icon-coin-dollar:before {
  content: "\e900";
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Middle Area ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.middle-area {
	background: #eeeeee;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 40px 0 0 0;
	position: relative;
}

.middle-area.has-left-column {
	padding-left: 275px;
}

.middle-area .left-column {
	background: #fefefe;
	border-right: 1px solid #eee;
	bottom: 0;
	left: 52px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 30px;
	transition: all .15s linear;
	width: 276px;
}

.middle-area .left-column::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.1);
	border-radius: 8px;
	width: 8px;
}

.middle-area .left-column::-webkit-scrollbar {
	width: 10px;
}

.middle-area .left-column.fixed {
	overflow: auto;
}

.middle-area .left-column .heading {
	margin-top: 7px;
	padding: 25px 25px 15px;
}

.middle-area .left-column .heading h2 {
	margin-top: 5px;
	float: left;
}

.middle-area .left-column .heading .button {
	margin-top: -3px;
}

.quick-search-wrap {
	border: 1px solid #ccc;
	display: flex;
	margin-bottom: 20px;
}

#quick-search-input {
	background: #fff url(/images/shared/search-icon.svg) 8px 50% no-repeat;
	border: 0;
	padding-left: 30px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

#quick-search-type {
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
	border-left: 1px solid #ccc;
	font-size: 11px;
	width: 75px;
}

@media (max-width: 1024px) {
	.quick-search-wrap {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.middle-area .inside {
	padding-left: 52px;
}

@media screen and (min-width: 1270px) {
	body.page-dashboard .middle-area .inside {
		padding-left: 200px;
	}
}

.middle-area .inside .wrap {
	background: #FCFCFC;
	box-sizing: border-box;
	padding: 0 50px 50px 50px;
}

body.member-directory-page .middle-area .inside .wrap.full-width {
	max-width: 100%;
}

.middle-area.has-left-column .inside .wrap {
	border-left: 1px solid #dcdcdc;
}

.middle-area .detail-page .left-column {
	position: static;
	float: left;
	width: 30%;
}

.middle-area .detail-page .right-column {
	position: static;
	float: right;
	width: 68%;
}



/* ---------------------------------------------------------------------------------------------------------------------- */
/* Site Builder - Site Navigation --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.site-navigation {
	padding-bottom: 150px;
}

.mobile-only-back-to-main-nav-wrap {
	display: none;
}

.site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

.site-navigation ul li {
	min-height: 30px;
	position: relative;
}

.site-navigation > ul > li {
	cursor: pointer;
	margin-bottom: -1px;
	position: relative;
}

.site-navigation > ul > li .link-wrap {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	color: #4c4c4c;
	position: relative;
}

.site-navigation > ul > li div.clickable-region {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}

.site-navigation > ul li.selected > .link-wrap,
.site-navigation > ul li .link-wrap:hover  {
	background: rgba(255,255,255,1);
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #00a2e0;
}

.site-navigation > ul li.open > .link-wrap,
.site-navigation > ul li.selected > .link-wrap {
	color: #00a2e0;
	font-weight: bold;
}

.site-navigation > ul li.open > .link-wrap {
	background: rgba(0,0,0,0.04);
	font-weight: bold;
}

.site-navigation > ul > li .page-item {
	cursor: pointer;
	padding: 9px 35px 9px 72px;
	position: relative;
}

.site-navigation > ul > li .link-wrap .dragHandle {
	background: url(/images/icons/drag.png) 50% 50% no-repeat;
	cursor: ns-resize;
	height: 15px;
	left: 15px;
	opacity: 0;
	position: absolute;	
	top: 9px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 15px;
	z-index: 1;
}

.site-navigation > ul > li .link-wrap:hover .dragHandle {
	left: 22.5px;
	opacity: .5;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.site-navigation > ul > li .page-item .dragHandle:hover {
	opacity: 1;
}

.site-navigation.has-search-results > ul > li .page-item .dragHandle {
	display: none;
}

.site-navigation > ul > li .page-item .folder {
	background: url(/images/cms/site-builder-folder.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	height: 16px;
	position: absolute;
	left: 45px;
	top: 9px;
	width: 19px;
	z-index: 1;
}

.site-navigation > ul > li.override-nav > .link-wrap .page-item .folder {
	background-image: url(/images/cms/site-builder-folder-has-override-nav.svg);
}

.site-navigation > ul li.category-match .page-item:before {
	content: "\2605";
	left: 26px;
	position: absolute;	
	top: 7px;
	z-index: 1;
}

.site-navigation > ul li:hover > .link-wrap > .page-item .folder,
.site-navigation > ul li.selected > .link-wrap > .page-item > .folder,
.site-navigation > ul > li .page-item .folder.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}

.site-navigation > ul > li .page-item .page-options-handle {
	border-bottom: 0;
	height: 25px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 5px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 25px;
	z-index: 3;
}

.site-navigation > ul > li .link-wrap:hover .page-options-handle {
	opacity: .4;
	right: 8px;
	z-index: 4;
}

.site-navigation > ul > li .page-item .page-options-handle > a {
	background: #ffffff url(/images/cms/settings-icon.svg) 50% 50% no-repeat;
	background-size: 13px auto;
	border: 1px solid transparent;
	height: 26px;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	z-index: 3;
}

.site-navigation > ul > li .page-item .page-options-handle:hover {
	opacity: 1;
	width: 77px;
	height: 120px;
}

.site-navigation > ul > li .page-item .page-options-handle:hover > a {
	border: 1px solid #cccccc;
	border-bottom: 0;
}

.site-navigation > ul > li .page-item .title {
	position: relative;
	z-index: 1;
}

.site-navigation > ul > li .page-item .page-options {
	background: #ffffff;
	border: 1px solid #cccccc;
	display: none;
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: 2;
}

.site-navigation > ul > li .page-item .page-options-handle:hover .page-options {
	display: block;
}

.site-navigation > ul > li .page-item .page-options a {

}

.site-navigation > ul > li .page-item .page-options a:hover {

}

.site-navigation > ul > li .add-sub-item {
	display: none;
	padding: 5px 0 10px 35px;
	font-size: 13px;
}

.site-navigation > ul > li .add-sub-item a:before {
    border-left: 2px dashed #dcdcdc;
    bottom: 25px;
    content: '';
    left: 54px;
    position: absolute;
    top: 30px;
    width: 1px;
}

.site-navigation > ul > li li .add-sub-item {
	padding-left: 60px;
}

.site-navigation > ul > li li .add-sub-item a:before {
	left: 79px;
}

.site-navigation > ul > li li li .add-sub-item {
	padding-left: 85px;
}

.site-navigation > ul > li li li .add-sub-item a:before {
	left: 103.5px;
}

.site-navigation > ul > li li li li .add-sub-item {
	padding-left: 110px;
}

.site-navigation > ul > li li li li .add-sub-item a:before {
	left: 129px;
}

.site-navigation > ul > li li li li li .add-sub-item {
	padding-left: 135px;
}

.site-navigation > ul > li li li li li .add-sub-item a:before {
	left: 153.5px;
}

.site-navigation > ul > li .add-sub-item a {
	background: url(/images/icons/add-sub-item.png) 19px 50% no-repeat;
	display: inline-block;
	padding-left: 37px;
}

.site-navigation > ul > li ul {
	display: none;
	margin-top: -1px;
}

.site-navigation > ul > li.open-sub > ul,
.site-navigation > ul > li.selected > ul {
	display: block;
}

.site-navigation > ul > li > ul > li .link-wrap {
	padding-left: 25px;
}

.site-navigation > ul > li > ul > li > ul {

}

.site-navigation > ul > li > ul > li > ul > li .link-wrap {
	padding-left: 52px;
}

.site-navigation > ul > li > ul > li > ul > li > ul > li .link-wrap {
	padding-left: 77px;
}

.site-navigation > ul > li > ul > li > ul > li > ul > li > ul > li .link-wrap {
	padding-left: 102px;
}

.site-navigation > ul > li > ul > li > ul > li > ul {

}

.site-navigation > ul > li > ul > li > ul > li > ul > li {

}

.site-navigation > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
	font-size: 90%;
	margin-left: 5%;
}

@media (max-width: 600px) {
	.site-navigation > ul > li .add-sub-item {
		padding-left: 24.5px;
	}

	.site-navigation > ul > li .add-sub-item a {
		background-position: 0 50%;
		padding-left: 16px;
	}

	.site-navigation > ul > li .add-sub-item a:before {
		left: 24px;
	}

	.site-navigation > ul > li li .add-sub-item {
		padding-left: 50.5px;
	}

	.site-navigation > ul > li li .add-sub-item a:before {
		left: 50px;
	}

	.site-navigation > ul > li li li .add-sub-item {
		padding-left: 77px;
	}

	.site-navigation > ul > li li li .add-sub-item a:before {
		left: 76.5px;
	}

	.site-navigation > ul > li li li li .add-sub-item {
		left: 102.5px;
	}

	.site-navigation > ul > li li li li .add-sub-item a:before {
		left: 102px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Secondary Navigation ------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.secondary-navigation-wrap {
	background: #000000;
	clear: both;
	margin-bottom: -30px;
	padding: 42px 0 5px 215px;
	position: relative;
	z-index: 1;
}

.secondary-navigation-wrap ul.secondary-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.secondary-navigation-wrap ul.secondary-navigation li {
	float: left;
	margin-right: 10px;
}

.secondary-navigation-wrap ul.secondary-navigation li a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding: 1px 15px;
	text-decoration: none;
}

.secondary-navigation-wrap ul.secondary-navigation li a:hover,
.secondary-navigation-wrap ul.secondary-navigation li.selected a {
	background: rgba(255,255,255,0.2);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Monthly Totals ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.monthly-totals {
	border-left: 1px solid #3d4041;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #cccccc;
	font-size: 12px;
	float: left;
	padding-top: 3px;
	padding-left: 20px;
	height: 40px;
	margin-left: 13px;
	text-transform: uppercase;
	text-align: center;
}

.monthly-totals .totals {
	color: #ffffff;
	font-size: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,.45);
	text-transform: uppercase;
}

.monthly-totals .totals strong {
	font-size: 13px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Breadcrumbs ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.breadcrumbs-wrapper {
	float: left;
}

.breadcrumbs-wrap {
	height: 22px;
	line-height: 22px;
	position: relative;
	z-index: 9;
}

.breadcrumbs {
	*background-color: #eeeeee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 22px;
	line-height: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.breadcrumbs > li {
	background: url(/images/template/breadcrumb-right-border.png) 100% 50% no-repeat;
	color: #878787;
	float: left;
	font-size: 12px;	
	height: 22px;
	line-height: 22px;
	padding: 0 33px 0 10px;
	position: relative;
}

.breadcrumbs > li.first {
	padding-right: 16px;
}

.breadcrumbs li.last {
	background: none;
	color: #000000;
	font-weight: bold;
}

.breadcrumbs li .arrow-down {
	background: url(/images/icons/gray-arrow-down.png) 50% 50% no-repeat;
	display: inline-block;
	height: 21px;
	width: 21px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -10px 0 0 0;
}

.breadcrumbs li .arrow-down.selected,
.breadcrumbs li .arrow-down:hover {
	background: #ffffff url(/images/icons/blue-arrow-down.png) 50% 50% no-repeat;
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid #ffffff;
	height: 19px;
	width: 19px;
	z-index: 9;
}

.breadcrumbs li ul {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	box-shadow: 0 3px 8px rgba(0,0,0,.20);
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 8;
	right: 10px;
	top: 20px;
}

.breadcrumbs li ul li {
	font-weight: normal;
	padding: 2px 0;
}

.breadcrumbs li ul li a {
	color: #808080;	
	padding: 5px 10px;
	text-decoration: none;
	white-space: nowrap;
}

.breadcrumbs li ul li.selected a {
	color: #000000;
}

.breadcrumbs li ul li:hover a {
	color: #1ea0da;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Heading Area/Pager/Search Bar ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.heading-area-wrap {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -50px 20px -50px;
}

.heading-area {
	padding: 30px 50px;
}

.hr {
	border-bottom: 1px solid #ebebeb;
	margin: 0 -50px 30px -50px;
	padding: 0 50px 25px 50px;
}

.hr hr { display: none; }

.hr.full-width {
    border-bottom: 1px solid #ebebeb;
    margin: 0 -50px 20px -50px;
    padding: 10px 0 0 0;
}

.hr.normal {
	margin: 0 0 30px 0;
}

.pager-bar {
	color: #ffffff;
	padding: 15px 0 0 0;
}

.pager-bar input.search-input {
	border-right: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 0 3px rgba(0,0,0,.85);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.85);
	float: left;
	height: 16px;
	padding: 4px 4px 4px 10px;
}

.pager-bar input.search-submit,
.search-submit {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
	border-left: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.85);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.85);
	cursor: pointer;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
}

.pager-bar input.search-submit:hover {
	background: #d8d8d8;
}

.now-viewing {
	padding-left: 6px;
}

.sub-button-wrap {
	float: none;
	margin: -20px -50px 0 -50px;
	padding: 15px 50px 15px 50px;
	position: relative;
	text-align: right;
	z-index: 8;
}

.sub-button-wrap:after {
	content: '';
	clear: both;
	display: table;
}

.sub-button-wrap .button {
	font-size: 0.85em;
	padding: 8px 10px;
}

.sub-button-wrap .button.smr {
	margin-right: 3px;
}

.filter-form {
	margin-bottom: 55px;
	border: 1px solid #ccc;
	background: #fff;
}

.filter-form .search-heading,
.selected-members-form-primary-actions-bar {
	background: #dee5e8;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 12px;
}

.filter-quick-action-buttons {
	float: right;
	margin-top: -5px;
	position: relative;
	z-index: 1;
}

.filter-quick-action-buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-quick-action-buttons > ul > li {
	position: relative;
}

.filter-quick-action-buttons > ul > li .button.white {
	cursor: default;
	pointer-events: none;
}

.filter-quick-action-buttons > ul > li:hover .button.white,
.filter-quick-action-buttons > ul > li .button.white:hover {
	background: #333;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid #333;
	color: #fff;
}

.filter-quick-action-buttons ul ul {
	background: #333;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.2s linear, visibility 0.2s linear;
	visibility: hidden;
}

.filter-quick-action-buttons ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.filter-quick-action-buttons ul ul a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: 9px 10px;
	transition: background 0.2s ease;
}

.filter-quick-action-buttons ul ul a:hover {
	background: rgba(255,255,255,0.2);
}

.filter-form .search-inside {
	padding: 20px 20px 0 20px;
}

.filter-form .filter select,
.filter-form .filter input[type=text],
.filter-form .chosen-container-active .chosen-choices,
.filter-form .chosen-container-multi .chosen-choices {	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d4dadf;
	outline: none;
}

.filter-form .chosen-container-active .chosen-choices,
.filter-form .chosen-container-multi .chosen-choices {	
	background: none;
}

.filter-form .chosen-container {
}

.filter-form .filter select {
	min-width: 100px;
	margin-bottom: -1px;
}

.filter-form .filter .uc {
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: none;
}

.filter-form .chosen-container-multi .chosen-choices li.search-field input[type=text] {	
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
	padding: 7px;
}

.filter-form .filter select {
	min-width: 142px;
	padding: 7px 7px 6px 7px;
}



/* ---------------------------------------------------------------------------------------------------------------------- */
/* Marketing+ CRM Display Table Styles ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
#selected-members-form {
	background: #fff;
	border: 1px solid #ccc;
}

.selected-members-form-primary-actions-bar {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.marketing-plus-quick-links-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.marketing-plus-quick-links-bar .button {
	align-items: center;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	margin: 0 10px 10px 0;
	padding: 14px 18px;
	text-align: left;
}

.marketing-plus-quick-links-bar .button i {
	display: block;
	font-size: 16px;
	margin: 0 10px 0 0;
}

.marketing-plus-quick-links-bar .button.white {
	color: #808080;
}

.marketing-plus-quick-links-bar .button.white i {
	font-size: 12px;
}

.with-selected-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.with-selected-wrap.lower {
	padding: 20px 15px;
}

.with-selected-wrap.lower .lower-pager {
	margin-left: auto;
}

.with-selected-wrap .with-selected-label {
	margin-right: 15px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
}

.with-selected-wrap select {
	height: 28px;
	margin-right: 10px;
	padding: 4px 10px;
}

.with-selected-wrap .button {
	height: 28px;
	padding: 5px 15px;
}

.table-header-actions-bar {
	display: flex;
	justify-content: space-between;
    padding: 15px;
	width: calc(100% - 30px);
}

#selected-members-form .upper-pager-wrap {
	align-items: center;
    display: flex;
    justify-content: flex-end;
}

#selected-members-form .upper-pager-wrap .now-viewing {
	order: -1;
}

.primary-actions-wrap .button {
	padding: 7px 14px;
}

.selected-all-outer.card,
.results-checked-across-pages.card {
	border-left: 0;
	border-right: 0;
	font-size: 15px;
	padding: 15px 15px;
}

.results-checked-across-pages.card {
	margin-bottom: -1px;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Summary Area --------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.summary-area {
	
}

.summary-area .summary-block {
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	margin-right: 10px;
	text-align: center;
	vertical-align: top;
}

.summary-area .summary-block h3 {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	border: 1px solid rgba(0,0,0,0.15);
	border-bottom: 0;
	padding: 6px;
	text-shadow: 0 1px 0 #ffffff;
}

.summary-area .summary-block .summary-item {
	background: #fff;
	border: solid rgba(0,0,0,0.15);
	border-width: 1px 0 1px 1px;
	padding: 10px 10px;
}

.summary-area.full-width .summary-block {
	display: block;
	margin: 0;
}

.summary-area .summary-block .summary-item:first-child {
}

.summary-area .summary-block .summary-item:last-child {
	border-width: 1px 1px 1px 1px;
}

.summary-area .summary-block .summary-item > div {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

.summary-area .summary-block .summary-item label {
	color: #808080;
	font-size: 9px;
	text-transform: uppercase;
}

@media (min-width: 1023px) {
	.summary-area {
		display: flex;
		justify-content: space-between;
	}

	.summary-area .summary-block {
		border: 1px solid rgba(0,0,0,0.15);
		flex: 1;
	}

	.summary-area.full-width .summary-block .summary-item {
		box-sizing: border-box;
		width: 33.3333333%;
	}

	.summary-area.full-width.four .summary-block .summary-item {
		width: 25%;
	}

	.summary-area.full-width.one-item .summary-block .summary-item {
		width: 100%;
	}

	.summary-area .summary-block h3 {
		border: 0;
		border-bottom: 1px solid rgba(0,0,0,0.15);
	}

	.summary-area .summary-block > div {
		display: flex;
	}

	.summary-area .summary-block .summary-item {
		border: 0;
		border-right: 1px solid rgba(0,0,0,0.15);
		flex: 1;
	}

	.summary-area .summary-block .summary-item:last-child {
		border-right: 0;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Content Container ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.gray-box {
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 20px;
}

.gray-box h2 {
	margin-top: 0;
}

.tag,
.tag:hover,
.public-flag {
	background: rgba(0,0,0,0.6);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 1px 1px black;
	-moz-box-shadow: inset 0px 1px 1px black;
	-webkit-box-shadow: inset 0px 1px 1px black;
	border-bottom: 1px solid rgba(255,255,255,.75);
	color: #ffffff;
	cursor:pointer;
	text-shadow: 0 1px 0 rgba(0,0,0,.45);
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 11px;
}

.public-flag {
	margin: 0 0 10px 10px;
	float: right;
	opacity: .3;
	cursor: default;
}

input.tag {
	width: auto;
	text-align: center;
}

.tag.black.no-click {
	background: #333333;
	cursor: default;
}

.footer {
	display: none;

	bottom: 10px;
	color: #808080;
	font-size: 10px;
	left: 0;
	position: fixed;
	text-align: center;
	width: 200px;
	z-index: 99;
}

.footer img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	width: 80px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* MouseOver Popup Box --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.tooltip-image {
	border: 2px solid #ffffff;
	box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
}
#tooltip {
	position: absolute;
	z-index: 9999;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Login Screen ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.page-login {
	background: #333333 url(/images/template/dark-gray-background.png);
	line-height: 100vh;
	height: 100vh;
	padding: 0;
	text-align: center;
}

body.page-login .sweet-alert {
	line-height: 100%;
}

.login-box {
	animation: doFade .5s linear;
	-webkit-animation: doFade .5s linear;
	background: rgba(255,255,255,0.05);
	border-radius: 5px;
	box-shadow: 0 0 50px rgba(0,0,0,0.25);
	color: #fff;
	line-height: 100%;
	display: inline-block;
	margin-bottom: 10%;
	padding: 40px 50px 50px 50px;
	text-align: left;
	vertical-align: middle;
	width: 250px;
}

.login-logo {
	display: block;
	margin: 0 auto 20px auto;
	max-width: 100%;
}

@-webkit-keyframes doFade {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes doFade {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}


.login-box .field-wrap {
	margin-bottom: 20px;
}

.login-box .field-wrap label {
	display: block;
	margin-bottom: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #cccccc;
	font-size: 10px;
}

.login-box input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	color: #ffffff;
	background: rgba(0,0,0,0.25);
	border: 0;
	outline: none;
	padding: 15px;
	width: 100%;
}

.login-box input:focus {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


.login-box input.button {
	background: rgba(255,255,255,0.10);
	border-color: rgba(0,0,0,0.5);
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	line-height: 100%;
	height: auto;
	padding: 15px;
	text-shadow: none;
}

.login-box input.button:hover {
	background: rgba(255,255,255,0.30);
}

.login-box input:-webkit-autofill, 
.login-box textarea:-webkit-autofill, 
.login-box select:-webkit-autofill {
	border: 0;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Detail Page ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.detail {
}

.detail .left-column {
	float: left;
	width: 190px;
}

.detail .left-column .image {
	border: 1px solid #cccccc;
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
}

.detail .left-column .image img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.detail .left-column .left-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.detail .left-column .left-navigation li {
}

.detail .left-column .left-navigation li a {
    border-bottom: 1px dashed #c1c1c1;
	color: #808080;
	display: block;
	font-size: 11px;
	padding: 6px 10px;
	text-decoration: none;
}

.detail .left-column .left-navigation li a.icon { padding-left: 45px; }

.detail .left-column .left-navigation li a:hover {
	color: #000000;
}

.detail .left-column .left-navigation li.selected {
	background: #ededed;
}

.detail .left-column .left-navigation li.selected a {
	color: #000000;
}

.detail .right-column {
	float: right;
	width: 780px;
}

.detail .right-column .upper {
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 10px;
}

.detail .right-column .upper h1 {
	margin: 0;
	padding: 0;
}

.detail .right-column .lower {
	padding: 0 0 20px 0;
}

@media (min-width: 1023px) {
	.detail .col {
		float: left;
		width: 48%;
	}

	.detail .col.last {
		float: right;
	}

	.detail .col.narrow {
		width: 30%;
	}

	.detail .col.wide {
		width: 67%;
	}
}

.member-detail .middle-area,
.member-detail .middle-area .inside .wrap {
	background: #fff;
}

.member-detail .heading-area-wrap,
.member-detail .sub-button-wrap,
.member-tab-wrap {
	background: #f0f4f5;
}

.member-tab-wrap {
	border-top: 1px solid #dee1e1;
	margin: 0 -50px 0 -50px;
    padding: 15px 50px 0 50px;
}

.member-tab-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.member-tab-wrap ul li {
	display: inline-block;
	margin-right: 4px;
	line-height: 100%;
}

.member-tab-wrap ul li a {
	background: #dde1e1;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height: 100%;
	color: #000;
	display: block;
	font-family: 'Montserrat', sans-serif;
	padding: 14px 30px;
	text-decoration: none;
}

.member-tab-wrap ul li a:hover {
	background: #edefef;
}

.member-tab-wrap ul li a.selected {
	background: #fff;
}

.member-tab-wrap ul li a.selected:hover {

}

.detail .tab {
	padding: 30px 0;
}

.overflow-auto-wrap {
	overflow: auto;
}

.detail .tab .col {
	width: 30%;
}

.detail .tab .col.last {
	width: 67%;
}

.pic-and-name-wrap {
	margin-bottom: 40px;
	text-align: center;
}

.pic-and-name-wrap .member-pic-wrap {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	display: block;
	height: 200px;
	margin: 0 auto 20px auto;
	width: 200px;	
}

.pic-and-name-wrap img {
	display: none;
}

.detail .col .card {
	border: 0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.member-details legend {	
	font-weight: bold;
}

.member-details .display-table {
	border: 0;
	border-top: 1px solid #e9ecef;
}

.member-details .display-table th,
.member-details .display-table td {
	padding: 10px;
}

.member-details .display-table th {
	padding-left: 5px;
	text-transform: none;
}

.member-details .display-table tr:hover th {
	background: rgba(0,0,0,0.01);
}

.member-details .display-table td:last-child {
	border-right: 0;
	padding-right: 5px;
}

.member-details .display-table tr:last-child td {
	border-bottom: 1px solid #e9ecef;
}

.member-details .public-flag {
	margin: 0 0 0 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Icons ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.icon {
	background-color: #fff;
	background-position: 3px 4px;
	background-repeat: no-repeat;
	border-radius: 2px;
	border: 1px solid;
	display: block;
	font-size: 12px;
	margin: 1px 0 1px 0;
	padding: 2px 8px 2px 20px; 
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	transition: color 0.2s ease;
}

.icon.dib { 
	display: inline-block;
	padding-left: 8px;
}

.edit { background-image: url(/images/icons/edit.png); }
.view { background-image: url(/images/icons/view.png); }
.clone { background-image: url(/images/icons/clone.png); }
.settings { background-image: url(/images/icons/settings.png); }
.email { background-image: url(/images/icons/email.png); }
.print { background-image: url(/images/icons/print.png); }
.plus { background-image: url(/images/icons/plus.png); }
.history { background: url(/images/icons/history.png) 3px 3px no-repeat; }
.remove { background-image: url(/images/icons/delete.png); }
.delete { background-image: url(/images/icons/delete.png); }
.duplicate { background-image: url(/images/icons/duplicate.png); }
.viewfull { background-image: url(/images/icons/viewfull.png); }
.start { background-image: url(/images/icons/start.png); }
.pause { background-image: url(/images/icons/pause.png); }

.icon:hover { 
	background-color: #1ea0da;
	background-position: 3px -47px; 
	color: #ffffff;
}

.icon.standalone {
	background-position: 50% 4px;
	padding: 0;
	height: 18px;
	width: 18px;
}

.icon.standalone:hover {
	background-position: 50% -47px;
}


.icon.delete,
.icon.remove {
	color: #cf3434;
	opacity: .6;
	filter: alpha(opacity=60);
}

.icon.delete:hover,
.icon.remove:hover {
	background-color: #cf3434;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.toggle-active-link { display: inline-block; outline: none; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.smr { margin-right: 6px; }
.nmt { margin-top: -25px; }
.smt { margin-top: 10px; }
.vsmt { margin-top: 4px; }
.mt { margin-top: 20px; }
.bmt { margin-top: 30px; }

.vsmb { margin-bottom: 4px; }
.smb { margin-bottom: 10px; }
.mb { margin-bottom: 20px; }
.bmb { margin-bottom: 30px; }

.sml { margin-left: 10px; }

.cb { clear: both; }
.clear:after {
	clear: both;
	content: '';
	display: table;
}
.cr { clear: right; }
.cl { clear: left; }
.fr { float: right; }
.fl { float: left; }
.cn { clear: none; }

.tar { text-align: right; }
.tac,th.tac { text-align: center; }
.spt { padding-top: 5px; }
.spr { padding-right: 5px; }
.pt { padding-top: 15px; }
.g { color: #808080; }
.red { color: red; }
.nmr { margin-right: 0; }
.nbg { background: none; }
.gbr { border-right: 1px solid #e8e8e8; }
.dn { display: none; }
.gr { color: green; }
.w { color: #ffffff; }

.small { font-size: 90%; }

.di { display: inline; width: auto; float: none; }
.dib { display: inline-block; }


.uc { text-transform: uppercase; }

.checkbox {	vertical-align: middle; }

.drag-class td {
	background: #d9ecff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	opacity: .5;
}

.drag-handle { cursor: move; }

.all-caps {	text-transform: uppercase; }

.status-icon {
	background: url(/images/icons/status-icon.png) 0 0 no-repeat;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.status-icon.offline { background-position: 0 -8px; }

.status-icon span { display: none; }

#feedback {
	background: url(/images/icons/button_feedback.png) 13px 0 no-repeat;
	height: 105px;
	margin: -57px 0 0 0;
	position: fixed;
	right: 0;
	top: 50%;
	transition: background-position .15s linear;
	-o-transition: background-position .15s linear;
	-moz-transition: background-position .15s linear;
	-webkit-transition: background-position .15s linear;
	width: 53px;
	z-index: 9997;
}

#feedback:hover { background-position: 5px 0; }

#feedback span { display: none; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* CT Overlay --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ct-underlay {
	background: #000000;
	display: none;
	bottom: 0;
	left: 0;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
}

.ct-overlay {
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.50);
	display: none;
	left: 50%;
	max-height: 95vh;
	max-width: 95vw;
	min-width: 100px;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	padding: 15px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 201;
}

.ct-overlay .hr {
	margin: 0 0 30px 0;
}

.ct-overlay .ct-overlay-close,
.overlay-close {
	background: url(/images/icons/x-close.png);
	position: absolute;
	top: 18px;
	right: 18px;
	width: 25px;
	height: 26px;
	cursor: pointer;
	z-index: 201;
}

.bulk-email-sidebar-overlay .faux-save-email-settings-button {
	position: absolute;
	right: 70px;
	top: 13px;
}

body.show-ct-overlay {
	overflow: hidden;
}

.ct-overlay.slideout {
	bottom: 0;
	box-sizing: border-box;
	display: block;
	left: auto;
	margin: 0;
	max-height: none;
	max-width: none;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	padding: 0 20px 20px 20px;
	position: fixed;
	right: -100%;
	top: 0;
	transform: none;
	transition: right 0.4s ease;
	width: calc(100% - 52px);
}

.ct-overlay.slideout.engaged {
	right: 0;
}

.ct-overlay.slideout .ct-overlay-close {
	display: none;
}

.slideout-heading-wrap {
	background: #f0f4f5;
	position: sticky;
	top: 0;
	margin: 0 -20px 20px -20px;
	z-index: 12;
}

.slideout-heading-wrap:after {
	clear: both;
	content: '';
	display: table;
}

.slideout-heading-wrap h1 {
	float: left;
	padding: 15px 20px;
}

.slideout-heading-wrap .button-wrap {
	border-left: 1px solid #dee1e1;
	float: right;
	padding: 15px 20px;
}

.slideout-heading-wrap .button-wrap .button { 
	font-size: 14px;
}

.slideout-heading-wrap .button-wrap .close-slideout-link i {
	font-size: 150%;
	vertical-align: middle;
}

@media (min-width: 1100px) {
	.ct-overlay.manage-content-box {
		width: 1000px !important;
	}
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Overlay Window -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.overlay-window {
	background: #ffffff;
	position: absolute;
	width: 500px;
	border: 5px solid #cccccc;
	border-radius: 15px;
	box-shadow: 0 0 25px #000000;
	left: 50%;
	top: 20%;
	margin-left: -250px;
	z-index: 99999;
	padding: 20px;
}

.nav-select {
	background: #f3f3f3;
	border: 1px solid #e6e6e6;
	height: 400px;
	padding: 20px;
	overflow: auto;
}

.nav-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-select ul ul {
	padding: 0 0 0 30px;
}

.nav-select li a {
	background: url(/images/cms/site-builder-folder.svg) 0 45% no-repeat;
	background-size: 20px auto;
	color: #000;
	display: inline-block;
	padding: 5px 3px 5px 27px;
	text-decoration: none;
}

.nav-select li a:hover {
	color: #1ea0da;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Toggleable Content ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.toggle-link {
	background: url(/images/template/light-gray-background.png);
	border: 1px solid #eaeaea;
	cursor: pointer;
	color: #808080;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-indent: 30px;
	white-space: no-wrap;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* IE7 specific hack */
*+html .toggle-link {
	margin-left: -38px;
}

.toggle-link .note {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	right: 10px;
}

.toggle-link .toggle-link-icon {
	background: url(/images/icons/toggle-arrow-right.png) 50% 50% no-repeat;
	height: 12px;
	left: 10px;
	margin: -6px 0 0 0;
	position: absolute;
	top: 50%;
	transition: all .25s linear;
	-o-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	width: 12px;
}

.toggle-link:hover {
	background: #eaeaea;
	color: #333333;
}

.toggle-link:hover .toggle-link-icon {
}

.toggle-link.selected {
	background: #d7d7d7;
	border-color: #d7d7d7;
	color: #000000;
}

.toggle-link.selected .toggle-link-icon {
     -moz-transform: rotate(90deg);  
       -o-transform: rotate(90deg);  
  -webkit-transform: rotate(90deg);  
      -ms-transform: rotate(90deg);  
          transform: rotate(90deg);  
			 filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=-1.00000000, M21=1.00000000, M22=0.00000000,sizingMethod='auto expand');
               zoom: 1;

}

/* IE7/8 specific hack */
:root *> .toggle-link.selected .toggle-link-icon {
	filter: none;
}

.toggle-link.selected:hover {
}

.toggle-content {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Dashboard Analytics --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.dashboard {

}

body.page-dashboard .display-table tr td {
	padding: 10px 15px;
}

.dashboard .right h4 {
	margin-bottom: 8px;
}

.card {
	margin-bottom: 50px;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 20px;
}

.card.notice,
.card.neutral {
	background: #fffae0;
	border: 1px solid #ffe153;	
}

.dashboard h2,
.card h2,
.card h3,
.card h4,
.dashboard h4,
.card h5 {
	font-weight: 700;
	margin-bottom: 10px;
}

.card p {
	margin-bottom: 20px;
}

.card h2:last-child,
.card h3:last-child,
.card h4:last-child,
.card h5:last-child,
.card p:last-child {
	margin: 0;
}

.card .responsive-grid-layout-row {
	margin: 15px 0;
}

.card .responsive-grid-layout-row:last-of-type {
	margin: 0;
}

.dashboard-heading-and-button {
	align-items: flex-start;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 500px) {
	.dashboard-heading-and-button {
		display: block;
	}

	.dashboard-heading-and-button .button {
		margin-top: 10px;
	}
}

@media screen and (min-width: 1270px) {
	.dashboard .left {
		float: left;
		width: calc(50% - 25px);
	}

	.dashboard .right {
		float: right;
		width: calc(50% - 25px);
	}
}

#page-analtyics {
    clear: left;
}
#page-analtyics .metric {
    float: left;
    width: 20%;
}

#page-analtyics .metric .inside {
    background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f2f3f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f2f3f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f3f2',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 10px;
}

#page-analtyics .metric:hover .inside {
    background: #fff;
    border-bottom-color: #b1b1b1;
}

#page-analtyics .metric .legend {
    background-color: #058DC7;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    font-size: 0;
    margin-right: 5px;
    padding: 10px 5px 0;
}
#page-analtyics .metric strong {
    font-size: 16px;
    font-weight: bold;
}
#page-analtyics .range {
    color: #686868;
    font-size: 11px;
    margin-bottom: 7px;
    width: 100%;
}

#analytics-box {
	position: relative;
	min-height: 400px;
}

.ajax-preloader,
.loader-overlay,
#form-loading {
	position: absolute;
	background: #ffffff url(/images/icons/loader.gif) 50% 100px no-repeat;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.spinner {
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.spinner.near-top {
	background: rgba(252,252,252,0.8);
	z-index: 99;
}

.spinner.full-screen {
	position: fixed;
	z-index: 50000;
	background: rgba(255,255,255,0.8);
}

.spinner:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: '';
	width: 50px;
	height: 50px;
	border: 2px solid rgba(0,0,0,0.1);
	border-top: 2px solid rgba(0,0,0,0.5);
	border-right: 2px solid rgba(0,0,0,0.5);
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

.spinner.near-top:after {
	top: 100px;
}

.spinner#content-loading {
	left: 330px;
	position: fixed;
	top: 50px;
}

.spinner#content-loading:after {
	top: 50%;
}

@media (max-width: 1024px) {
	.spinner#content-loading {
		left: 0;
		top: 40px;
	}
}
 
@-webkit-keyframes spin {
	from {-webkit-transform: rotate(0deg);}
	to   {-webkit-transform: rotate(359deg);}
}

@keyframes spin{
	from {transform: rotate(0deg);}
	to   {transform: rotate(359deg);}
}

#form-loading {
	background-position: 50% 50%;
	opacity:.5; 
	filter:alpha(opacity=50);
	position: fixed; 
	z-index: 99999;
}

.ajax-preloader.fill {
	background-position: 50% 50%;
	opacity: .7;
	z-index: 9999;
}

.loader-overlay {
	background-position: 50% 40%;
	opacity: .7;
	position: fixed;
	z-index: 9999;
}

.loader-overlay-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	height: 20px;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 50%;
	z-index: 10000;
}

.dashboard-usage-snapshot-wrap {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.dashboard-usage-snapshot-wrap > div {
	flex: 1;
	position: relative;
}

.dashboard-usage-snapshot-wrap .usage-label {
    bottom: 0;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.dashboard-usage-snapshot-wrap .usage-label .breakdown {
	font-size: 16px;
}

.dashboard-usage-snapshot-wrap .usage-label strong,
.dashboard-usage-snapshot-wrap .usage-label-lower {
	font-weight: 700;
}

.dashboard-usage-snapshot-wrap .usage-label-lower {
	margin-top: 0.5vw;
	white-space: nowrap;
}

.dashboard-usage-snapshot-wrap canvas {
	height: 150px;
	max-height: 150px;
	width: 100%;
}

@media screen and (max-width: 500px) {
	.dashboard-usage-snapshot-wrap {
		display: block;
	}
	.dashboard-usage-snapshot-wrap > div {
		margin-bottom: 50px;
	}
}

.dashboard .card .summary-area {
	display: block;
	margin-top: 10px;
}

.dashboard .card .summary-area .summary-block {
	display: block;
	margin: 0;
}

.dashboard .card .summary-area .summary-block:not(:last-child) {
	margin-bottom: 10px;
}

.dashboard .card .summary-area .summary-block h3 {
	margin-bottom: 0;
}

.dashboard .quick-link-buttons-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 5px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Site Builder Landing -------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.site-builder-landing {
	font-family: 'Questrial', sans-serif;
	left: 50%;
	margin-left: -50px;
	margin-top: -200px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 480px;
}

.site-builder-landing h1 {
	background: url(/images/cms/site-builder-icon.svg) 50% 0 no-repeat;
	background-size: 90px auto;
	padding-top: 110px;
	font-size: 40px;
	margin: 0 0 20px 0;
}

.site-builder-landing p {
	font-size: 14px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Landing Page Layout Select -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#landing-page-layout-select {
	width: 730px;
	margin: 0 auto;
}

#landing-page-layout-select h3 {
	line-height: 100%;
}

#landing-page-layout-select .box {
	background: #f5f5f5; 
	border: 1px solid #cccccc;
	box-shadow: 3px 3px 3px #dedede;
	-moz-box-shadow: 3px 3px 3px #dedede;
	-webkit-box-shadow: 3px 3px 3px #dedede;
	margin: 10px;
	padding: 10px 20px;
	text-align: center;
}

#landing-page-layout-select .banner {
	float: left;
	padding: 25px 20px;
	width: 400px;
}

#landing-page-layout-select .box1 /* call */ {
	float: right;
	width: 200px;
}

#landing-page-layout-select .box2 /* content 1 */ {
	float: left;
	padding: 50px 20px;
	width: 400px;
}

#landing-page-layout-select .box3 /* form */ {
	float: right;
	padding: 134px 20px;
	width: 200px;
}

#landing-page-layout-select .box4 /* content 2 */ {
	float: left;
	padding: 50px 20px;
	width: 400px;
}

#landing-page-layout-select.layout-1 {

}

#landing-page-layout-select.layout-1 .box {

}

#landing-page-layout-select.layout-1 .banner {
	float: right;
	padding: 114px 20px;
}

#landing-page-layout-select.layout-1 .box1 {
	float: left;
}

#landing-page-layout-select.layout-1 .box2 {
	float: left;
	padding: 120px 20px;
	width: 200px;
}

#landing-page-layout-select.layout-1 .box3 {
	float: right;
	padding: 40px 20px;
	width: 400px;
}

#landing-page-layout-select.layout-1 .box4 {
	display: none;
}


#landing-page-layout-select.layout-2 {

}

#landing-page-layout-select.layout-2 .box {

}

#landing-page-layout-select.layout-2 .banner {
	float: left;
	min-height: 70px;
	padding: 10px 20px;
	width: 300px;
}

#landing-page-layout-select.layout-2 .box1 {
	float: right;
	min-height: 70px;
	padding: 10px 20px;
	width: 300px;
}

#landing-page-layout-select.layout-2 .box2 {
	clear: both;
	float: none;
	padding: 10px 20px;
	width: auto;
}

#landing-page-layout-select.layout-2 .box3 {
	float: left;
	padding: 10px 20px;
	width: 200px;
}

#landing-page-layout-select.layout-2 .box4 {
	float: right;
	padding: 10px 20px;
	width: 400px;
}


#landing-page-layout-select.layout-3  {

}

#landing-page-layout-select.layout-3 .box {

}

#landing-page-layout-select.layout-3 .banner {
	float: right;
	padding: 100px 20px;
}

#landing-page-layout-select.layout-3 .box1 {
	float: left;
	width: 200px;
}

#landing-page-layout-select.layout-3 .box2 {
	float: left;
	padding: 140px 20px;
	width: 200px;
}

#landing-page-layout-select.layout-3 .box3 {
	float: right;
	padding: 75px 20px;
	width: 400px;
}

#landing-page-layout-select.layout-3 .box4 {
	display: none;
}


#landing-page-layout-select.layout-4  {
	position: relative;
}

#landing-page-layout-select.layout-4 .box {
	position: relative;
	z-index: 2;
}

#landing-page-layout-select.layout-4 .banner {
	position: absolute;
	z-index: 1;
	width: auto;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	padding: 120px 0 120px 100px;
}

#landing-page-layout-select.layout-4 .box1 {
	float: left;
	width: 200px;
}

#landing-page-layout-select.layout-4 .box2 {
	float: right; 
	width: 400px;
	margin-top: 280px;
}

#landing-page-layout-select.layout-4 .box3 {
	float: left;
	width: 200px;
}

#landing-page-layout-select.layout-4 .box4 {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Help Videos ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.tab-links {
	border-bottom: 1px solid #333333;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}

.tab-links li {
	display: inline-block;
	margin-right: 10px;
}

.tab-links li:last-child {
	margin: 0;
}

.tab-links li a {
	background: #DDE1E1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 50px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.tab-links li.selected a,
.tab-links li a:hover {
	background: #333333;
	color: #fff;
}

.tutorial-selector-link {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.32);
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	height: 330px;
	margin-right: 40px;
	padding: 60px 30px 40px 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease;
	width: 440px;
}

.tutorial-selector-link:hover {
	color: #02A2E0;
}

.tutorial-selector-link:after {
	border-radius: 15px;
	border: 10px solid #02A2E0;
	bottom: -10px;
	content: '';
	display: block;
	left: -10px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -10px;
	top: -10px;
	transition: opacity 0.2s ease;
}

.tutorial-selector-link:hover:after { 
	opacity: 1;
}

.tutorial-selector-link img {
	display: block;
	margin: 0 auto 25px auto;
}

.tutorial-selector-link .button-wrap {
	display: block;
	margin-top: 50px;
}

.tutorial-selector-link .button-wrap .button {
	color: #fff;
	text-transform: none;
}

.help-videos-list {

}

.help-videos-list h3 {
	border-bottom: 3px solid #5da8bf;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	vertical-align: bottom;
	text-transform: none;
}

.help-videos-list .col {
	float: left;
	margin: 0 0 50px 0;
	padding-right: 3%;
	width: 30%;
}

.help-videos-list .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.help-videos-list .col ul li {
	margin: 0 0 5px 0;
}

.help-videos-list .col ul li a {
	font-size: 14px;
	font-weight: bold;
}

.help-videos-list .col ul li a:hover {

}

.browse-tutorial-videos-wrap {
	display: inline-block;
	margin-bottom: -20px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}

.browse-tutorial-videos-link {
	font-size: 28px;
	height: auto;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
}

.browse-tutorial-videos-link span {
	background: url(/images/icons/black-arrow-down.png) 100% 50% no-repeat;
	display: block;
	padding: 8px 25px 8px 15px;
}

.browse-tutorial-videos-wrap:hover .browse-tutorial-videos-link {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	  transition: background-position 0.1s linear;

}

.browse-tutorial-videos-drop {
	background: #f2f2f2;
	border-top: 10px solid #65a7bf;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	display: none;
	min-height: 300px;
	position: absolute;
	width: 785px;
}

.browse-tutorial-videos-wrap:hover .browse-tutorial-videos-drop {
	display: block;
}

.browse-tutorial-videos-drop > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.browse-tutorial-videos-drop > ul > li {
}

.browse-tutorial-videos-drop > ul > li > span {
	display: block;
	position: relative;
	width: 280px;
	z-index: 2;
}

.browse-tutorial-videos-drop > ul > li > span > a {
	border-bottom: 1px solid #afafaf;
	color: #5a5a5a;
	display: block;
	font-size: 14px;
	padding: 15px;
	text-decoration: none;
	width: 236px;
}

.browse-tutorial-videos-drop > ul > li.selected > span,
.browse-tutorial-videos-drop > ul > li:hover > span {
	background: url(/images/icons/active-help-blue-arrow-right.jpg) 100% 50% no-repeat;
}

.browse-tutorial-videos-drop > ul > li.selected > span > a,
.browse-tutorial-videos-drop > ul > li:hover > span > a {
	background: #bae0ed;
}

.browse-tutorial-videos-drop > ul > li > ul {
	background: #ffffff;
	bottom: 0;
	display: none;
	list-style: none;
	margin: 0;
	padding: 20px 40px;
	position: absolute;
	left: 266px;
	right: 0;
	top: 0;
	z-index: 1;
}

.browse-tutorial-videos-drop > ul > li.selected > ul,
.browse-tutorial-videos-drop > ul > li:hover > ul {
	display: block;
}

.browse-tutorial-videos-drop > ul > li > ul > li {
	float: left;
	margin: 0 0 8px 0;
	width: 50%;
}

.browse-tutorial-videos-drop > ul > li > ul > li > a {
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.browse-tutorial-videos-drop > ul > li > ul > li > a:hover {
	color: #65a7bf;
	text-decoration: underline;
}

.help-video {

}

.help-video iframe {
	max-width: 100% !important;
}

.help-video h3 {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* SEO Helpers ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.tab-links.seo-preview-tab-controls {
	margin-bottom: 5px;
	max-width: 560px;
}

.tab-links.seo-preview-tab-controls li {
	border: 0;
	margin-right: 5px;
	padding: 0;
}

.google-seo-preview {
	border: 2px solid #efefef;
	font-weight: 400;
	padding: 20px;
	width: 510px;
}

.google-seo-preview .seo-url {
    font-family: Roboto,arial,sans-serif;
    font-size: 14px;
    color: #202124;
    width: 510px;
}

.google-seo-preview .seo-title {
	color: #1a0dab;
	display: block;
	font-family: Roboto,arial,sans-serif;
	font-size: 20px;
	line-height: 1.58;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 512px;
}

.google-seo-preview .seo-description {
	color: #4d5156;
	font-family: Roboto,arial,sans-serif;
	font-size: 14px;
	line-height: 1.58;
	width: 510px;
}

.facebook-seo-preview {
	background: #f2f3f5;
	border: 1px solid #dadde1;
	font-family: Helvetica, Arial, sans-serif;
	max-width: 100%;
	width: 527px;
}

.facebook-seo-preview .seo-image {
	background-color: #f7f7f7;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #dadde1;
	height: 273px;
}

.facebook-seo-preview .additional-seo-info {
	padding: 10px 12px;
}

.facebook-seo-preview .seo-domain {
	color: #606770;
	overflow: hidden;
	position: relative;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.facebook-seo-preview .seo-title {
	color: #1d2129;
	font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 2px 0 0;
    padding-top: 2px;
}

.facebook-seo-preview .seo-description {
	max-height: 80px;
	position: relative;
	word-wrap: break-word;
    -webkit-box-orient: vertical;
    color: #606770;
    display: -webkit-box;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 0 0 0;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}

.twitter-seo-preview {
	border-radius: 16px;
	border: 1px solid rgb(207, 217, 222);
	display: flex;
	height: 129px;
	color: rgba(0,0,0,1.00);
	overflow: hidden;
	font: 14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	position: relative;
	width: 506px;
}

.twitter-seo-preview .seo-image {
	background-color: #f7f7f7;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-right: 1px solid rgb(207, 217, 222); 
	height: 129px;
	min-width: 130px;
}

.twitter-seo-preview .additional-seo-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px;
}

.twitter-seo-preview .seo-domain {
	color: rgb(83, 100, 113);
}

.twitter-seo-preview .seo-title {
	color: rgb(15, 20, 25);
	font-size: 15px;
	line-height: 20px;
	margin: 2px 0;
}

.twitter-seo-preview .seo-description {
	-webkit-line-clamp: 2;
	color: rgb(83, 100, 113);
	font-size: 15px;
	line-height: 20px;
	position: relative;
	white-space: pre-wrap;
	word-wrap: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Choose from Media Manager or Upload Styles ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.choose-or-upload-wrap {
	align-items: flex-start;
	display: flex;
}

.choose-or-upload-wrap .or {
	color: #808080;
	margin: 28px 15px 0;
}

.choose-or-upload-wrap h3,
.existing-image-placeholder h3 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

.choose-or-upload-wrap .choose-button {
}

.choose-existing-file-overlay h1 {
	margin-bottom: 15px;
}

.existing-image-placeholder {
	margin-top: 25px;
}

.existing-image-placeholder img {
	display: block;
	max-height: 200px;
	max-width: 200px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* File Library ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ss-file-library-dimmer-overlay {
	background: #000;
	bottom: 0;
	left: 0;
	opacity: .8;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000000;
}

.ss-file-library-dimmer-overlay.show-click-notification:before {
	color: #fff;
	content: 'Click to Close';
	font-size: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.page-file-library .middle-area .inside .wrap {
	background: #ebebeb;
}

.file-upload-wrap {
	overflow: hidden;
	position: relative;
}

.file-upload-wrap input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	width: 100%;
	height: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#fl-image-preview {
	display: none;
	max-width: 60px;
	max-height: 60px;
	margin: 0 20px;
	vertical-align: middle;
}

.file-library-selection {
	display: flex;
	height: calc(100vh - 250px);
	position: relative;
	width: 100%;
}

.file-library-selection .file-library-nav {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	flex: 0 0 auto;
	min-width: 200px;
	overflow: auto;
	overflow-x: hidden;
	white-space: nowrap;
	width: 200px;
}

.file-library-selection .file-library-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.file-library-selection .file-library-nav ul ul {
	padding-right: 0;
}

.file-library-selection .file-library-nav ul ul ul {
	display: none;
}

.file-library-selection .file-library-nav ul ul li.expanded > ul {
	display: block;
}

.file-library-selection .file-library-nav li {
	position: relative;
}

.file-library-selection .file-library-nav ul.media-library-ul li.expanded {
	padding-bottom: 10px;
}

.file-library-selection h3 {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 8px 10px;
	text-align: left;
}

.file-library-selection .file-library-nav > h3:first-child,
.file-library-selection .file-detail-pane > h3:first-child {
	border-top: 0;
	margin-top: 0;
}

.file-library-selection .file-library-nav li .expand-folder-icon {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	width: 10px;
}

.file-library-selection .file-library-nav li a.folder {
	border-radius: 4px;
	color: #5f5f5f;
	display: inline-block;
	font-size: 15px;
	margin:  0;
	max-width: calc(100% - 30px);
	overflow: hidden;
	padding: 2px 5px;
	text-decoration: none;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.file-library-selection .file-library-nav a .fa {
	margin-right: 4px;
}

.file-library-selection .file-library-nav li a.folder:hover {
	color: #1ea0da;
}

.file-library-selection .file-library-nav li a.toggle-only {
	cursor: default;
}

.file-library-selection .file-library-nav li a.toggle-only:hover {
	color: #5f5f5f;
}

.file-library-selection .file-library-nav li.selected > a,
.file-library-selection .file-library-nav li.selected > a:hover,
.file-library-selection .file-library-nav li.selected > .folder-item-wrap > a {
	background: #1ea0da;
	color: #fff;
}

.file-library-selection .file-library-nav > ul > li ul {
	display: none;
	padding-left: 18px;
}

.file-library-selection .file-library-nav > ul.media-library-ul > li ul {
	padding-left: 32px;
}

.file-library-selection .file-library-nav > ul li.expanded > ul {
	display: block;
}

.file-library-selection .file-library-nav li .add-sub-folder-link {
	background: url(/images/icons/add-sub-item.png) 23px 50% no-repeat;
	color: #1ea0da;
	cursor: pointer;
	display: none;
	font-size: 12px;
	text-decoration: underline;
	white-space: nowrap;
    overflow: hidden;
    padding-left: 38px;
    text-overflow: ellipsis;
}

.file-library-selection .file-library-nav li .add-sub-folder-link:before {
	border-left: 2px dashed #dcdcdc;
	bottom: 15px;
	content: '';
	left: 22.5px;
	position: absolute;
	pointer-events: none;
	top: 18px;
	width: 1px;
}

.file-library-selection .file-library-nav li.expanded > .add-sub-folder-link {
    display: block;
}

.file-library-selection .file-library-nav li.selected.parent-selected > .add-sub-folder-link {
    display: none;
}

.ss-file-library-splitter {
	flex: 0 0 auto;
	width: 8px;  
	background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #ccc;
	min-height: 200px;
	cursor: col-resize; 
}

.folder-item-wrap {
	display: inline-block;
	position: relative;	
	vertical-align: middle;
	width: calc(100% - 15px);
}

.folder-item-wrap .folder-options-handle {
	border-bottom: 0;
	height: 25px;
	opacity: 0;
	position: absolute;
	right: -12px;
	top: -1px;
	transition: all 0.2s ease;
	width: 25px;
	z-index: 3;
}

.folder-item-wrap:hover .folder-options-handle {
	opacity: .4;
	right: -8px;
	z-index: 4;
}

.folder-item-wrap .folder-options-handle > a {
	background: #ffffff url(/images/cms/settings-icon.svg) 50% 50% no-repeat;
	background-size: 13px auto;
	border: 1px solid transparent;
	height: 26px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	z-index: 3;
}

.folder-item-wrap:hover .folder-options-handle:hover {
	height: 120px;
	opacity: 1;
	width: 77px;
}

.folder-item-wrap:hover .folder-options-handle:hover > a {
	border: 1px solid #cccccc;
	border-bottom: 0;
}

.folder-item-wrap .folder-options-handle .folder-options {
	background: #ffffff;
	border: 1px solid #cccccc;
	display: none;
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: 2;
}

.folder-item-wrap .folder-options-handle:hover .folder-options {
	display: block;
}

.folder-item-wrap .folder-options-handle .folder-options a {
	display: block;
	font-size: 12px;
	padding: 2px 8px 2px 20px;
	white-space: nowrap;
}

.folder-item-wrap .folder-options-handle .folder-options a:hover {
	color: #fff;
}

.file-library-selection .file-library-files {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	margin-left: 5px;
	max-width: calc(100% - 493px);
	width: 100%;
	position: relative;
}

.file-library-selection .toolbar {
	align-items: center;
	background: #f7f7f7;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
	display: flex;
	min-height: 31px;
	height: 31px; 
	justify-content: space-between;
}

.file-library-files.loading {
	pointer-events: none;
}

.file-library-files.loading .toolbar,
.file-library-files.loading .search-and-bulk-upload-wrap {
	opacity: 0.2;
}

.file-library-selection .toolbar .count {
	font-weight: bold;
	padding-left: 10px;
}

.file-library-selection .toolbar .delete-checked-button {
	display: none;
	line-height: 100%;
	margin-left: 10px;
	margin-right: auto;
	padding: 4px 7px;
}

.file-library-selection .toolbar .layout-modes {
	padding-right: 3px;
}

.file-library-selection .toolbar .layout-modes a {
	align-items: center;
	border: 1px solid #ccc;
	background: #fff;
	color: #808080;
	padding: 5px 10px;
	display: inline-flex;
	border-radius: 3px;
	line-height: 100%;
	text-decoration: none;
}

.file-library-selection .toolbar .layout-modes a .fa {
	line-height: 100%;
	margin-right: 3px;
}

.file-library-selection .toolbar .layout-modes a.selected,
.file-library-selection .toolbar .layout-modes a:hover {
	background: #808080;
	color: #fff;
}

.search-and-bulk-upload-wrap {
	border-bottom: 1px solid #ccc;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.file-search-wrap {
	
}

.file-search-wrap input {
	background: url(/images/shared/search-icon.svg) calc(100% - 8px) 50% no-repeat;
	width: 250px;
}

.upload-files-input-and-button-wrap {
	cursor: pointer;
	margin-left: auto;
	position: relative;
}

.upload-files-input-and-button-wrap .button {
	cursor: pointer;
	pointer-events: none;
}

.upload-files-input-and-button-wrap:hover .button {
	background: #0080af;
}

.upload-files-input-and-button-wrap input {
	bottom: 0;
	box-sizing: border-box;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.upload-progress-bar {
	display: none;
}
/*
.upload-progress-bar {
	background: #555;
	border-radius: 25px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	box-sizing: content-box;
	color: #fff;
	display: none;
	font-weight: bold;
	height: 20px;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 70%;
}

.upload-progress-bar-progress {
	background-color: rgb(43, 194, 83);
	background-image: linear-gradient(center bottom,rgb(43, 194, 83) 37%,rgb(84, 240, 84) 69%);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-top-right-radius: 8px;
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 0%;
}

.upload-progress-bar-progress:after {
	animation: upload_progress_move 2s linear infinite;
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.2) 75%,
		transparent 75%,
		transparent
	);
	background-size: 50px 50px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-top-right-radius: 8px;
	bottom: 0;
	content: "";
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@keyframes upload_progress_move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
*/

.file-library-selection .file-library-files-wrap {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	overflow: auto;
	padding: 15px;
	width: 100%;
}

.file-library-selection .file-library-files-wrap.no-files {
	flex: 1;
}

.file-library-selection .file-library-files-wrap form,
.file-library-selection .file-library-files-wrap table {
	width: 100%;
}

.file-library-selection .file-library-files.loading {
	overflow: hidden;	
}

.file-library-selection .file-library-files p {
	align-self: center;
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.file-library-selection .file-library-files-wrap .display-table tbody tr.selected {
	background: #ecf8ff;
}

.file-library-selection .file-library-files-wrap .display-table th,
.file-library-selection .file-library-files-wrap .display-table td {
	padding: 10px;
}

.file-library-selection .file-library-files .image-wrap div {
	align-items: center;
	background-color: rgba(0,0,0,0.05);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	height: 121px;
	justify-content: center;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.file-library-selection .file-library-files .list .image-wrap div {
	height: 30px;
	margin: 0;
	width: 46px;
}

.file-library-selection .file-library-files .image-wrap div img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.file-library-selection .file-library-files .display-table {
	position: relative;
}

.file-library-selection .file-library-files .display-table.grid {
	display: block;
}

.file-library-selection .file-library-files .grid thead {
	display: none;
}

.file-library-selection .file-library-files .grid tbody {
	display: flex;
	flex-wrap: wrap;
}

.file-library-selection .file-library-files .grid tr {
	border-radius: 3px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: inherit;
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0 10px 15px 0;
	max-width: 200px;
	min-width: 200px;
	padding: 5px 5px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

.file-library-selection .file-library-files tr.hidden {
	display: none;
}

.file-library-selection .file-library-files .grid tr td {
	display: block;
	border: 0;
	padding: 0;
}

.file-library-selection .file-library-files .grid tr td.extension {
	display: none;
}

.file-library-selection .file-library-files .grid tr td.check-wrap {
	align-items: center;
	background: #fff;
	display: flex;
	height: 25px;
	justify-content: center;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 25px;
	z-index: 1;
}

.file-library-selection .file-library-files .grid tr td.select-wrap {
	margin-top: 10px;
}

.file-library-selection .file-library-files .grid tr .filename,
.file-library-selection .file-library-files .grid tr .filesize {
	padding: 0 10px;
}

.file-library-selection .file-library-files .grid tr .filename {
	font-weight: bold;
	margin: 10px 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.file-library-selection .file-library-files .grid tr:before,
.file-library-selection .file-library-files .grid tr.selected:before {
	border-radius: 2px;
	border: 2px solid #0080af;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.15s ease;
}

.file-library-selection .file-library-files .grid tr:hover:before,
.file-library-selection .file-library-files .grid tr.selected:before {
	opacity: 1;
}

.file-library-selection .file-library-files .grid tr.selected,
.file-library-selection .file-library-files .grid tr.selected:hover {
	background: hwb(204 96% 0%);
	opacity: 1;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.file-options-menu {
	min-width: 50px;
	position: relative;
	text-align: right;
}

.grid .file-options-menu {
	opacity: 0;
	position: absolute;
	right: 8px;
	top: 8px;
	transition: opacity 0.1s linear, visibility 0.1s linear;
	visibility: hidden;
	z-index: 2;
}

.file-options-menu:hover {
	z-index: 3;
}

.grid .file-options-menu:hover {
	min-width: 98px;
}

.grid tr:hover .file-options-menu {
	opacity: 1;
	visibility: visible;
}

.file-options-menu .file-options-menu-toggle {
	align-items: center;
	background: #fff;
	display: inline-flex;
	height: 27px;
	justify-content: center;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

.file-options-menu ul {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 2px 2px;
	position: absolute;
	right: 0;
	text-align: left;
	transition: opacity 0.1s linear, visibility 0.1s linear;
	visibility: hidden;
	white-space: nowrap;
}

.file-options-menu:hover ul {
	opacity: 1;
	visibility: visible;
}

.file-options-menu ul li:last-child {
	margin: 0;
}

.file-options-menu ul li a {
	border: 1px solid transparent;
	color: #333;
	display: block;
	padding: 2px 6px;
	text-decoration: none;
}

.file-options-menu ul li a .fa {
	text-align: center;
	width: 15px;
}

.file-options-menu ul li a:hover {
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.1);
}

.file-detail-pane {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: none;
	flex: 1;
	overflow: auto;
	margin-left: 5px;
	min-width: 250px;
	max-width: 283px;
	position: relative;
	text-align: center;
}

.file-detail-pane .image {
	align-items: center;
	background-color: rgba(0,0,0,0.05);
	display: flex;
	justify-content: center;
	margin: 10px;
	max-height: 220px;
	min-height: 100px;
	overflow: hidden;
	position: relative;
}

.file-detail-pane .image.icon {
	background-size: auto auto;
	height: 70px;
}

.file-detail-pane .image img {
	display: block;
	margin: 5% 0;
	max-height: 220px;
	max-width: 100%;
}

.file-detail-pane .filename {
	margin-bottom: 5px;
	padding: 0 10px;
	font-weight: bold;
	word-break: break-all;
}

.file-detail-pane .view-link {
	margin-bottom: 5px;
}

.edit-filename-cell .edit-mode {
	position: relative;
}

.edit-filename-cell .edit-mode.loading {
	background: url(/images/icons/loader-small.gif) 82% 50% no-repeat;
}

.edit-filename-cell .edit-mode.loading .save-edit-filename-link,
.edit-filename-cell .edit-mode.loading .cancel-edit-filename-link {
	display: none;
}

.uses {
	margin-top: 20px;
	text-align: left;
}

.uses h3 {
	margin-bottom: 0;
}

.uses .display-table tr {
	background: transparent;
}
.uses .display-table th,
.uses .display-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.uses .display-table .icon {
	padding-left: 1px;
}

.edit-filename-link {
	color: gray;
	display: inline-block;
	margin-left: 5px;
}

.cancel-edit-filename-link {
	display: inline-block;
	border-left: 1px solid #cccccc;
	padding-left: 6px;
	margin-left: 6px;
}

.gray-loader,
.gray-loader:before,
.gray-loader:after {
	background: #000000;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

.gray-loader:before,
.gray-loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.gray-loader:before {
	left: -1.5em;
}

.gray-loader-wrap {
	bottom: 0;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.gray-loader {
	opacity: .1;
	text-indent: -9999em;
	margin: -2em 0 0 -0.5em;
	position: absolute;
	font-size: 11px;
	left: 50%;
	top: 50%;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.gray-loader:after {
	left: 1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #000000;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #000000;
		height: 5em;
	}
}

@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #000000;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #000000;
		height: 5em;
	}
}

img.preview {
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	border: 3px solid #ffffff;
	display: block;
	margin-top: 10px;
	max-height: 200px;
	max-width: 200px;
}

.ct-overlay.add-edit-folder-overlay {
	overflow: hidden;
}

.ct-overlay.add-edit-folder-overlay .ct-overlay-close {
	background-size: contain;
	height: 20px;
	right: 8px;
	top: 8px;
	width: 20px;
}

.ct-overlay.add-edit-folder-overlay h3 {
	margin-bottom: 10px;
}

.ct-overlay.add-edit-folder-overlay .field-wrap {
	align-items: center;
	display: flex;
}

.ct-overlay.add-edit-folder-overlay .field-wrap input[type=text] {
	margin-right: 3px;
}

#small-saving-image-spinner-wrap {
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100000000;
}

.small-saving-image-spinner-container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.small-saving-image-spinner,
.small-saving-image-spinner:after {
	border-radius: 50%;
	width: 36px;
	height: 36px;
}

.small-saving-image-spinner {
	position: relative;
	text-indent: -9999em;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	border-right: 6px solid rgba(0, 0, 0, 0.3);
	border-bottom: 6px solid rgba(0, 0, 0, 0.3);
	border-left: 6px solid rgba(0, 0, 0, 0.05);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.75s infinite linear;
	animation: load8 0.75s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Overlay Selection of Existing files */
.file-library-selection.select-mode {
	min-width: 70vw;
}

.file-library-files .nav-select {
	bottom: 15px;
	height: auto;
	position: absolute;
	top: 60px;
	width: calc(100% - 70px);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Advanced Icons (Advanced Website Settings) ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.advanced-icons {
	display: flex;
	flex-wrap: wrap;
}

.advanced-icons a {
	background-position: 50% 13px;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 8px;
	border: 1px solid #a8ced8;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	color: #72a1ad;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0 10px 10px 0;
	padding: 60px 0 10px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s linear;
	vertical-align: top;
	width: 120px;
}

.advanced-icons a .icon-wrap {
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.advanced-icons a:hover {
	background-color: #e6f8fd;
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	transform: scale(1.05);
}

#last-form-col {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	padding-top: 20px;
	min-height: 300px;
	position: relative;
}

#last-form-col-toggle {
	background: url(/images/icons/right_panel_toggle.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 13px;
	width: 11px;
	position: absolute;
	left: 0;
	top: 0;
}

#last-form-col-toggle.selected {
	background-position: 0 -13px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forms ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form, fieldset, form fieldset ol, form fieldset li {
	margin: 0;
	padding: 0;
}

form { clear: both; margin: 0; }

form, input, textarea, option, select {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

input, textarea, select {
	border: 1px solid #cccccc;
	padding: 7px 10px;
}

input.readonly {
	background: #e5e5e5;
}

fieldset {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
}

legend {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 10px 0 10px 0;
	font-size: 15px;
	line-height: 15px;
	width: 100%;
}

/* IE7 specific hack */
*+html legend {
}

form fieldset ol {
	list-style: none;
}

.form { 
	background: #fff;
	border: 1px solid #ebebeb;
	border-bottom: 0;
	width: 100%; 
}

form fieldset li, .form td {
	border-bottom: 1px solid #ebebeb;
	padding: 4px;
}

.form .strong-border-bottom td {
	border-bottom: 1px solid #808080;
}

.form td {
	min-height: auto;
	padding: 15px;
}

.form td.first {
	width: 120px;
	padding-right: 20px;
}

.form .sub-heading th {
	background: #fcfcfc;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #808080;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 10px;
	text-align: left; 
	text-transform: uppercase;
}

fieldset label {
	color: #808080;
	font-size: 90%;
}

fieldset label.block {
	display: block;
	width: auto;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

form select {
	width: 200px;
}

textarea { 
	border: 1px solid #a5aeb5;
	line-height: 15px;
}

input.datepicker {
	background: #ffffff url(/images/icons/calendar.gif) calc(100% - 10px) 48% no-repeat;
	padding-right: 20px;
	width: 78px;
	cursor: pointer;
}

input.datetimepicker {
	background: #ffffff url(/images/icons/calendar.gif) calc(100% - 10px) 48% no-repeat;
	padding-right: 20px;
	width: 148px;
	cursor: pointer;
}

input.usd-field {
	background: #fff url(/images/icons/usd.svg) 5px 50% no-repeat;
	background-size: 11px auto;
	padding-left: 22px;
}

form .padding {
	padding: 10px;
}

span.checkbox-wrap,
span.radio-wrap {
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	border: 1px solid transparent;
	display: inline-block;
	margin: 3px;
	padding: 4px 9px 4px 4px;
}

.checkbox-wrap.focused,
.radio-wrap.focused {
	border: 1px solid #000;
}

span.checkbox-wrap input {
}

span.checkbox-wrap img {
	margin: -1px 4px 0 0;
	float: left; 
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	width: 20px;
}

span.radio-wrap img {
	width: 30px;
	vertical-align: middle;
}

.checkbox-wrap label.unchecked,
.checkbox-wrap label.checked,
.radio-wrap label.unchecked,
.radio-wrap label.checked {
	background: url(/images/icons/checkbox.svg) 0 50% no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 27px;
	line-height: 25px;
	min-height: 25px;
	opacity: 1;
}

span.checkbox-wrap label.checked,
span.radio-wrap label.checked {
	background: url(/images/icons/checkbox-checked.svg) 0 50% no-repeat;
}

span.checkbox-wrap label.unchecked:hover,
span.checkbox-wrap label.checked:hover,
span.radio-wrap label.unchecked:hover,
span.radio-wrap label.checked:hover {
	opacity: .60;
	filter: alpha(opacity=60);
}

.address-last-row td {
	border-bottom: 4px solid #cccccc;
}

.content-box-item,
.ui-sortable-placeholder {
	background-color: #e9e9e9;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height: 15px;
	display: block;
	margin: 0 0 4px 0;
	padding: 10px 5px;
}

.ui-sortable-helper .add-sub-item {
	background: #fff;
}

.content-box-item.ui-sortable-helper {
	border: 1px solid #808080;
}

.content-box-item .handle {
	background: #e9e9e9 url(/images/icons/icon_drag.gif) 4px 50% no-repeat;
	cursor: move;
	display: block;
	float: left;
	height: 15px;
	margin: 0 8px 0 0;
	width: 15px;
}

.ui-sortable-placeholder {
	border: 1px dashed #000000;
	background: #ffffff;
	height: 20px;
	opacity: .4;
	filter: alpha(opacity=40);
}

.has-input-helper {
	align-items: center;
	display: inline-flex;
}

.input-helper {
	align-items: center;
	background: rgb(242,242,242);
	background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(233,233,233,1) 100%);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	color: #333333;
	display: inline-flex;
	flex: 1;
	font-size: 12px;
	height: 33px;
	padding: 0 8px;
}

.input-helper.right {
}

.repeater-field-outer-wrap {
	display: inline-flex;
	flex-direction: column;
}

.repeater-item {
	border: 1px solid #ebebeb;
	border-radius: 2px;
	position: relative;
	margin-bottom: 10px;
}

.repeater-field-wrap {
	border-bottom: 1px solid #ebebeb;
	display: flex;
	padding: 15px;
}

.repeater-field-title {
	color: #808080;
	font-size: 90%;
	padding-right: 20px;
	width: 120px;
}

.repeater-field-header {
	background: #FCFCFC;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	width: 100%;
}

.repeater-record-increment {
	color: #000;
	font-weight: bold;
}

.delete-repeater-field {
	color: red;
	right: 0;
	top: 0;
}

	
/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.submit,
.button,
.pager {
	display: inline-block;
	*display: inline;
	padding: 10px 15px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #00a2e0;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color .25s ease, box-shadow 0.25s ease;
}

.submit.small,
.button.small {
	padding: 5px 8px;
}

.pager {
	padding: 5px 10px;
	margin-right: 3px;
}

/*
input.button {
	cursor: pointer;
	padding-bottom: 3px;
}
*/

input.submit,
input.button {
	-webkit-appearance: none;
}

.submit:hover,
.submit:active,
.submit.active,
.submit.disabled,
.submit[disabled], 
.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {  
  background-color: #0080af;
}

.submit:active,
.submit.active,
.button:active,
.button.active {
  background-color: #cccccc \9;
}

.submit:first-child,
.button:first-child {
  *margin-left: 0;
}

.submit:hover,
.button:hover,
.pager:hover,
.pager.on {
	background-color: #0080af;
	box-shadow: 0 1px 3px rgba(60,64,67,0.30);
	color: #ffffff;
	text-decoration: none;
}

.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.submit.active,
.submit:active,
.button.active,
.button:active {
  background-color: #e6e6e6;
  background-image: none;
  color: #333333;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button.active,
.button.active:hover { 
	color: #333333; 
}

.submit.light,
.button.light {
	background: none;
	border: 1px solid #808080;
	color: #333;
}

.submit.light:hover,
.button.light:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}

.submit.disabled,
.submit[disabled],
.button.disabled,
.button[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.button.black {
	background: #000;
	color: #fff;
}

.button.black:hover {
	background: #333;
	color: #fff;
}

.button .print { margin-top: 2px; }

.button-drop,
.button-drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.button-drop {
	position: relative;
	z-index: 9;
}

.button-drop > li {
	float: left;
	margin-left: 10px;
	position: relative;
}

.button-drop > li > a {
	min-width: 145px;
	text-align: left;
}
.button-drop > li > a i {
	float: right;
}

.button-drop > li > a.inline-icon i {
	float: none;
	margin-right: 4px;
}

.button-drop > li.selected > a,
.button-drop > li:hover > a {
	background-color: #333;
	color: #fff;
}

.button-drop > li:hover > a {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.button-drop > li:hover > a.no-curves {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button-drop > li > ul {
	background-color: #333;
	display: block;
	max-height: 1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	width: 100%;
}

.button-drop > li > ul.mplus-settings-dropdown {
	min-width: 215px;
}

.button-drop > li:hover > ul {
	opacity: 1;
	max-height: 400px;
}

.button-drop > li > ul > li {

}

.button-drop > li > ul > li > a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 15px;
	transition: background-color .15s linear;
	-o-transition: background-color .15s linear;
	-moz-transition: background-color .15s linear;
	-webkit-transition: background-color .15s linear;
}

.button-drop > li > ul > li > a i {
	margin-right: 5px;
}

.button-drop > li > ul > li.selected > a,
.button-drop > li > ul > li:hover > a {
	background-color: rgba(255,255,255,0.2);
}

.button.fileinput-button {
	font-size: 15px;
	margin-bottom: 10px;
	padding: 20px 50px;
	overflow: hidden;
	position: relative;
}

.button.fileinput-button input {
	cursor: pointer;
	direction: ltr;
	font-size: 200px !important;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.button.white,
.pager {
	background: #fff;
	border: 1px solid #00a2e0;
	border-color: #b4bec0;
	color: #0b1012;
}

.button.white:hover,
.pager:hover,
.pager.on {
	background: #000;
	color: #fff;
}

.pager {
	color: #808080;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 0;
	padding: 3px 7px;
}

.pager:hover, 
.pager.on {
    background: #808080;
    border: 1px solid #808080;
    color: #fff;
}

.now-viewing {
    padding-left: 6px;
    color: #808080;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.button.red {
	background: #ed6060;
	border: 1px solid #00a2e0;
	border-color: transparent;
	color: #fff;
}

.button.red:hover {
	background: #a20000;
}

.button.green {
	background: #4fc200;
	border-color: transparent;
	color: #fff;
}

.button.green:hover {
	background: #3d8909;
}

.button.green {
	background: #4fc200;
	border-color: transparent;
	color: #fff;
}

.button.green:hover {
	background: #3d8909;
}

.button.small.remove-content-box {
	margin-top: -3px;
	padding: 4px 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Display Table --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.display-table {
	border-bottom: 1px solid #e9ecef;
	width: 100%;
}

.display-table .button,
.display-table .icon {
	text-shadow: none;
}

.display-table tr.labels {
}

.display-table tr th {
	border-bottom: 1px solid #e9ecef;
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.display-table tr th a {
	color: #333;
	text-decoration: none;
}

.display-table tr th a:hover {
	color: #1ea0da;
}

.display-table td,
.display-table th,
.display-table th.table-header {
	border-bottom: 1px solid #e9ecef;
	display: table-cell;
	height: auto;
	margin: 0;
	padding: 10px 6px;
}

#main-member-table.display-table td {
	border-bottom: 1px solid #bdbdbd;
}

#main-member-table.display-table tr th {
	border-bottom: 1px solid #333;
}

.display-table th {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 15px;
	text-align: left;
}

.display-table th.tar {
	text-align: right;
}

.display-table th.tac {
	text-align: center;
}

.display-table th.actions-column-heading {
	text-align: right;
	width: 65px;
}

.display-table th.table-header { cursor: pointer; }
.display-table th.table-header:hover { 
	color: #808080;
}

.display-table th.table-header.headerSortUp {
	color: #1ea0da;
}

.display-table th.table-header.headerSortDown {
	color: #1ea0da;
}

.display-table th.current {
	white-space: nowrap;
}

.display-table th.current a:after {
	background: url(/images/icons/small-black-arrow-down.png) 0 0 no-repeat;
	content: ' ';
	display: inline-block;
	height: 5px;
	margin-left: 8px;
	opacity: .7;
	vertical-align: middle;
	width: 9px;
}

.display-table th.current.desc a:after {
	background-image: url(/images/icons/small-black-arrow-up.png);
}

.display-table tbody tr {
	background: #ffffff;
	border-bottom:1px solid #e9ecef;
}

.display-table td {
	color: #546b81;
	font-size: 14px;
	padding: 16px 15px;
}

.display-table tr:nth-child(2n+2) {
}

@media screen and (min-width: 600px) {
	.display-table tr:last-child td {
		border-bottom: 0;
	}
}

.display-table td:first-child {
	border-left: 1px solid #e9ecef;
}

.display-table td:last-child {
	border-right:1px solid #e9ecef;
}

.display-table tr:last-child td:first-child {
	border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
}

.display-table tr:last-child td:last-child {
	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}

.display-table tr:hover td {
	background: rgba(0,0,0,0.01);
}

.display-table tr td img.shadow {
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
}

.display-table tr.inactive td {
	color: #cccccc;
}

.display-table tr.inactive td img {
	opacity: .50;
	filter: alpha(opacity=50);
}
.display-table tr.dragClass td,
.display-table tr.dragClass:nth-child(2n+2) td {
	background: #d9ecff;
	border-bottom: 1px solid #81a7cd;
	border-top: 1px solid #81a7cd;
}

.display-table tr.dragClass td:first-child {
	border-left: 5px solid #81a7cd;
	padding-left: 5px;
}

.dragHandle {
	cursor: move;
}

.view-table {
}

.view-table th {
	color: #808080;
	font-weight: normal;
	text-align: left;
	font-size: 90%;
	padding: 4px 14px 4px 0;
}

.display-table tr.totals-row td,
.display-table tr.totals-row th,
.view-table tr.totals td,
.view-table tr.totals th {
	border-top: 3px double #cccccc;
}

.table-wrap {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	max-height: 400px;
	overflow: auto;
}

.table-wrap.no-scroll-needed {
	border-right: 0;
}

.display-table.scrollable {
	border-radius: 0;
	-webkit-border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.table-wrap .display-table {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.table-wrap .display-table {
	border-top: 0;
	border-bottom: 0;
}

.has-sub-records td {
	border-bottom: 0;
	padding-bottom: 10px;
}

.sub-record td {
	font-style: italic; 
	padding-top: 5px;
	border: 0;
	padding-bottom: 5px;
}

.sub-record.last-sub-record td {
	border-bottom: 1px solid;
}

.orb {
	background: #fff;
	border-radius: 100%;
	border: 1px solid #000;
	display: inline-block;
	height: 15px;
	margin-right: 7px;
	vertical-align: middle;
	width: 15px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Alerts ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.alert,
.persistent-alert,
.good-alert, 
.bad-alert {
	background: #e7ffe6;
	border: 1px solid #beffbb;
	color: #000000;
	margin: 10px 0;
	position: relative;
}

.persistant-alert.neutral,
.alert.neutral {
	background: #fffae0;
	border: 1px solid #ffe153;
	margin: 0 0 10px 0;
}

.alert .inside,
.alert-inside,
.persistant-alert-inside {
	margin: 0 auto;
	font-size: 18px;
	padding: 20px 25px 20px 10px;
}

.alert.neutral .inside {
	font-size: 12px;
	padding: 10px;
}

.bad-alert {
	background: #ffe6e6;
	border: 1px solid #ffbbbb;
}

.close-it {
	background: url(/images/icons/hide.png) 0 0 no-repeat;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 56px;
}

.close-it span {
	display: none;
}

.good-alert.fixed, 
.bad-alert.fixed {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	display: none;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 70001;
}

.good-alert.fixed .alert-inside, 
.bad-alert.fixed .alert-inside {
	margin: 0 auto;
	position: relative;
	max-width: 960px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Filters --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.filter {
	float: left;
	margin: 0 15px 15px 0;
	min-height: 55px;
}

.filter select {
	padding: 3px 4px;
	width: 100%;
}

.filter input.button.white.small {
	margin-left: 10px;
	padding: 9px 15px;
	vertical-align: top;
}

.filter input.button.white.small,
.with-selected-wrap .button.white {
	border: 1px solid #00a2e0;
	color: #00a2e0;
	font-weight: 600;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Print Sheet ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.print-sheet-body {
	background: #3c3c3c;
	font-size: 14px;
	padding: 20px 50px 50px 50px;
}

.print-sheet-wrapper {
	margin: 0 auto;
	width: 8in;
}

.print-sheet {
	background: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,0.85);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.85);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.85);
	margin-top: 25px;
	min-height: 10.5in;
	padding: 0.25in;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Message Styling ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.message-preview-iframe {
	border: 1px solid #cccccc;
}

.iphone-message-display {
	background: none;
	position: relative;
	width: 400px;
	margin: 0 auto;
	line-height: 26px;
	overflow-x: hidden;
}

.iphone-message-display * {
	box-sizing: border-box;
}
.iphone-message-display .messages-wrapper {
  padding-top: 10px;
  position: relative;
  border: 1px solid #ddd;
}

.iphone-message-display .message {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 15px 20px;
    position: relative;
}

.iphone-message-display .message.to {
    background-color: #2095FE;
    color: #fff;
    margin-left: 80px;
}

.message.from {
    background-color: #E5E4E9;
    color: #363636;
    margin-right: 80px;
}

.message.to + .message.to,
.message.from + .message.from {
  margin-top: -7px;
}

.message:before {
    border-color: #2095FE;
    border-radius: 50% 50% 50% 50%;
    border-style: solid;
    border-width: 0 20px;
    bottom: 0;
    clip: rect(20px, 35px, 42px, 0px);
    content: " ";
    height: 40px;
    position: absolute;
    right: -50px;
    width: 30px;
    z-index: 10;
}

.message.from:before {
    border-color: #E5E4E9;
    left: -50px;
    transform: rotateY(180deg);
}

strong.match {
	background: #fffae0;
	color: green;
}

.chosen-container-multi .chosen-choices li.search-choice {
	float: none;
	margin: 3px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* CM Large File Storage Library ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.display-table.cm-file-library {
	border-left: 0;
}

.display-table.cm-file-library td,
.display-table.cm-file-library th {
	border-right: 0;
}

.display-table.cm-file-library th:first-child {
	border-left: 1px solid #dadada;
}

.display-table.cm-file-library th:last-child {
	border-right: 1px solid #dadada;
}

.folder-link,
.file-link {
	background: url(/images/cm_file_library/folder.png) 0 0 no-repeat;
	background-size: 23px auto;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	text-decoration: none;
}

a.folder-link:hover {
	background-position: 0 0;
	color: #5e5e5e;
}

.file-link {
	background-size: auto 23px;
	background-position: 3px 0;
	background-repeat: no-repeat;
}

.cm_file_library .breadcrumbs > li > a {
	text-decoration: none;
	color: #333333;
}

.cm_file_library .breadcrumbs > li > a:hover {
	color: #1ea0da;
}

.permission-circle {
	background: #00a2e0;
	display: inline-block;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.permission-circle.group {
	background: #25bd79;
}

.permission-circle.simplepassword {
	background: #333333;
}

.permission-circle:hover {
	color: #ffffff;
}

.permission-circle img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.progress-wrap {
	max-width: 500px;
}

.upload-wrap {
	font-size: 12px;
	border: 2px solid #cccccc;
	border-radius: 5px;
	margin: 10px 0;
	padding: 13px 10px 10px 10px;
	position: relative;
}

.upload-wrap .progress {
	background: #cfd7da;
	border-radius: 5px;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.upload-wrap .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 16px;
	background: #00a2e0;
}

.upload-wrap .filename {
	float: left;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
}

.upload-wrap .upload-complete {
	color: #1dbb74;
}

.upload-wrap .cancel-upload {
	background: url(/images/icons/x-close.png);
	background-size: 100% auto;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 8px;
	height: 8px;
	cursor: pointer;
}

.upload-wrap .seconds-remaining {
	float: right;
	text-align: right;
}

.spin {
	-webkit-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* FileDrop Styling ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.file-upload-progress {
	border: 1px solid #cccccc;
}

/* Essential FileDrop zone element configuration: */
.fd-zone {
  position: relative;
  overflow: hidden;
  /* The following are not required but create a pretty box: */
  text-align: center;
}

/* Hides <input type="file"> while simulating "Browse" button: */
.fd-file {
  opacity: 0;
  font-size: 118px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-family: sans-serif;
}

/* Provides visible feedback when user drags a file over the drop zone: */
.fd-zone.over { border-color: maroon; background: #eee; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Portfolio Builder Category / Filter Group / Option Select Styles ------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.expand-category-tree-toggle {
	border-radius: 100%;
	color: #9d9d9d;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
	display: block;
	height: 22px;
	position: relative;
	width: 22px;
}

.expand-category-tree-toggle:hover {
	color: #808080;
	border: 1px solid #808080;
}

.expand-category-tree-toggle:after {
	border-bottom: 2px solid;
	border-right: 2px solid;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 8px;
	left: 30%;
	position: absolute;
	top: 52%;
	transform: rotate(45deg) translate(-50%,-50%);
	width: 8px;
}

li.expanded > .expand-category-tree-toggle:after {
	top: 15%;
	transform: rotate(-135deg) translate(-50%,-50%);
}

.category-select-tree ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 45px;
	width: calc(100% - 45px);
}

.category-select-tree ul li {
	align-items: center;
	border: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.category-select-tree ul li:before {
	border-right: 1px dotted #808080;
	bottom: 18px;
	content: "";
	left: 13px;
	position: absolute;
	top: 26px;
	width: 1px;
}

.category-select-tree ul li li:after {
	border-top: 1px dotted #808080;
	content: "";
	height: 1px;
	left: -34px;
	position: absolute;
	top: 16px;
	width: 37px;
}

.category-select-tree > ul {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.category-select-tree > ul ul > li:last-child > ul:before {
	background: #fcfcfc;
	bottom: 0;
	content: "";
	left: -38px;
	position: absolute;
	top: 17px;
	width: 5px;
}

.category-select-tree .checkbox {
	-webkit-appearance: none;
	border: 1.25px solid #9d9d9d;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 0;
	margin-right: 7px;
	padding: 0;
	position: relative;
	top: 0;
	transition: border-color 0.1s ease;
	width: 16px;
}

.category-select-tree .checkbox:checked:before {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	display: inline-block;
	height: 6px;
	left: 4.5px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 3px;
}

.category-select-tree .checkbox:hover {
	border-color: #000;
}

.category-select-tree .checkbox:checked {
	border-color: #000;
}	

.category-select-tree label {
	align-items: center;
	color: #000;
	cursor: pointer;
	display: flex;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Portfolio Grid Layout Types ------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.selectable-layout-types {
	list-style: none;
	margin: 0;
	padding: 0;
}

.selectable-layout-types li {
	border: 0;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	max-width: 120px;
}

.selectable-layout-types li a {
	color: #000000;
	display: block;
	text-decoration: none;
}

.selectable-layout-types li a .image {
	border: 1px solid #000000;
	display: block;
	min-height: 80px;
	line-height: 80px;
	margin: 0 auto;
	opacity: .15;
	padding: 10px;
	transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
}

.selectable-layout-types.small li a .image {
	min-height: 35px;
	height: 35px;
	line-height: 35px;
	opacity: .7;
	padding: 3px;
	text-align: center;
}

.selectable-layout-types li a .image img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.selectable-layout-types.small li a .image img {
	display: block;
}

.selectable-layout-types li a .text {
	font-size: 11px;
	display: block;
	margin: 5px 0 0 0;
	opacity: .4;
	padding: 0 5px;
	text-transform: uppercase;
}

.selectable-layout-types li:hover a .image {
	opacity: .3;
}

.selectable-layout-types li.selected a .image {
	opacity: 1;
	border-width: 2px;
	padding: 9px;
}

.selectable-layout-types.small li.selected a .image {
	padding: 2px;
}

.selectable-layout-types li.selected a .text {
	opacity: 1;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Community Manager Bulk Emailer/Templates ------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.emailer_template .middle-area .inside .wrap.full-width {
	background-color: #f6f6f6;
	max-width: 100%;
	position: relative;
}

.preview-heading {
	position: absolute;
	right: 20px;
	top: -54px;
}

.preview-heading span {
	color: #808080;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.preview-heading .button.selected {
	background: #333333;
}

.emailer-button-wrap .button.selected {
	background: #333333;
}

.email-preview,
.edit-form {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ffffff;
	position: absolute;
	right: 0;
	padding: 15px;
	top: 0;
	bottom: 0;
	width: 43%;
}

.edit-form {
	overflow: auto;
}

.email-preview .mobile-wrap {
	background: #ffffff;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

.mobile-wrap,
.mobile-wrap iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.mobile-wrap iframe {
	overflow: auto;
	opacity: 0;
	transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
}

.mobile-wrap.loaded {
	background: #f6f6f6;
}

.mobile-wrap.loaded iframe {
	opacity: 1;
}

.email-preview {
	background: none;
	font-size: 13px;
	font-family: Arial, Times, serif;
	padding: 0;
	right: auto;
	left: 0;
	top: 81px;
	transition: background 0.25s ease;
	-webkit-transition: background 0.25s ease;
	width: 57%;
}

.edit-form {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.email-preview table { border-collapse: collapse !important; mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
.email-preview table td {
	font-size: 13px;
	font-family: Arial, Times, serif;
	line-height: 150%;
}
.email-preview .unsubscribe p {
	font-size: 13px;
	color: #808080;
}

.email-preview p {
	margin: 0 0 20px 0;
	padding: 0;
}

.email-preview h1,
.email-preview h2,
.email-preview h3,
.email-preview h4,
.email-preview h5 {
	line-height: 170%;
}

.email-preview img { max-width: 100% !important; height: auto !important; }

/* mobile */
.email-preview.mobile-engaged {
	background: #ffffff;
}

.email-preview .mobile-wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-color: #e7e7e7;;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.email-preview.mobile-engaged .mobile-wrap {
	background: #ffffff;
	border: 4px solid #e7e7e7;
	border-radius: 35px;
	margin-top: 20px;
	max-width: 367px;
	padding: 50px 10px 70px 10px;
	position: relative;
}

@media screen and (max-height:760px) {
	.email-preview.mobile-engaged .mobile-wrap {
		margin-top: 10px;
		padding: 40px 10px 60px 10px;
	}
}

.email-preview.mobile-engaged .mobile-wrap .mobile-wrap-inside {
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	position: relative;
}

.email-preview.mobile-engaged .mobile-wrap iframe {
	height: 530px;
	position: static;
}

@media screen and (max-height:760px) {
	.email-preview.mobile-engaged .mobile-wrap iframe {
		height: 500px;
	}
}

.email-preview.mobile-engaged .mobile-wrap:before {
	content: "";
	height: 5px;
	width: 70px;
	top: 22px;
	left: 50%;
	margin-left: -35px;
	border-radius: 5px;
	background: #e7e7e7;
	position: absolute;
}

.email-preview.mobile-engaged .mobile-wrap:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: "";
	height: 40px;
	border: 4px solid #e7e7e7;
	width: 70px;
	bottom: 14px;
	left: 50%;
	margin-left: -35px;
	border-radius: 5px;
	position: absolute;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Responsive Grid Layout ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.responsive-grid-layout-row {
	margin-bottom: 15px;
}

.responsive-grid-layout-row::after {
	clear: both;
	content: '';
	display: table;
}

.responsive-grid-layout-row > .col {
	float: left;
	width: 48%;
}

.responsive-grid-layout-row > .col img,
.responsive-grid-layout-row > .col iframe {
	max-width: 100%;
}

.responsive-grid-layout-row > .col img {
	height: auto !important;
}

.responsive-grid-layout-row > .col.first {

}

.responsive-grid-layout-row > .col.last {
	float: right;
}

.responsive-grid-layout-row.two-column > .col {

}

.responsive-grid-layout-row.three-column > .col {
	width: 31%;
}

.responsive-grid-layout-row.three-column > .col.first {
	margin-right: 3.5%;
}

.responsive-grid-layout-row.four-column > .col {
	width: 23%;
	margin-right: 2.65%;
}

.responsive-grid-layout-row.four-column > .col.last {
	margin: 0;
}

.responsive-grid-layout-row.one-third-two-thirds-columns > .col,
.responsive-grid-layout-row.two-thirds-one-third-columns > .col.last {
	width: 31%;
}

.responsive-grid-layout-row.one-third-two-thirds-columns > .col.last,
.responsive-grid-layout-row.two-thirds-one-third-columns > .col.first {
	width: 65.5%;
}

.responsive-grid-layout-row.five-column > .col {
	width: 18.4%;
	margin-right: 2%;
}

.responsive-grid-layout-row.five-column > .col.last {
	margin: 0;
}

.responsive-grid-layout-row.eighty-twenty > .col {
	width: 75%;
}

.responsive-grid-layout-row.eighty-twenty > .col.last {
	width: 20%;
}

.responsive-grid-layout-row.twenty-eighty > .col {
	width: 20%;
}

.responsive-grid-layout-row.twenty-eighty > .col.last {
	width: 75%;
}

.responsive-grid-layout-row.fifteen-thirty-five > .col {
	margin-right: 2%;
	width: 33%;
}

.responsive-grid-layout-row.fifteen-thirty-five > .col.first {
	width: 14%;
}

.responsive-grid-layout-row.fifteen-thirty-five > .col.last {
	margin: 0;
	float: right;
}

.responsive-grid-layout-row.thirty-five-fifteen > .col {
	margin-right: 2%;
	width: 14%;
}

.responsive-grid-layout-row.thirty-five-fifteen > .col.first {
	width: 33%;
}

.responsive-grid-layout-row.thirty-five-fifteen > .col.last {
	margin: 0;
	float: right;
}

@media only screen and (max-width: 960px) {
	.responsive-grid-layout-row.four-column > .col,
	.responsive-grid-layout-row.five-column > .col,
	.responsive-grid-layout-row.five-column > .col.last {
		clear: both;
		float: left;
		margin: 0 0 15px 0;
		width: 48%;
	}
	
	.responsive-grid-layout-row.fifteen-thirty-five > .col {
		width: 70%;
	}

	.responsive-grid-layout-row.fifteen-thirty-five > .col.first {
		clear: both;
		width: 26%;
	}

	.responsive-grid-layout-row.fifteen-thirty-five > .col:nth-child(2n+0) {
		float: right;
		margin: 0;
	}
	
	.responsive-grid-layout-row.thirty-five-fifteen > .col {
		width: 26%;
	}

	.responsive-grid-layout-row.thirty-five-fifteen > .col.first {
		clear: both;
		width: 70%;
	}

	.responsive-grid-layout-row.thirty-five-fifteen > .col:nth-child(2n+0) {
		float: right;
		margin: 0;
	}
	
	.responsive-grid-layout-row.four-column > .col:nth-child(2n+0),
	.responsive-grid-layout-row.five-column > .col:nth-child(2n+0) {
		clear: none;
		float: right;
	}
}

@media only screen and (max-width: 700px) {
	.responsive-grid-layout-row {
		margin: 0;
	}
	
	.responsive-grid-layout-row.two-column > .col,
	.responsive-grid-layout-row.three-column > .col,
	.responsive-grid-layout-row.three-column > .col.first,
	.responsive-grid-layout-row.four-column > .col,
	.responsive-grid-layout-row.five-column > .col,
	.responsive-grid-layout-row.five-column > .col.last,
	.responsive-grid-layout-row.four-column > .col:nth-child(2n+0),
	.responsive-grid-layout-row.five-column > .col:nth-child(2n+0),
	.responsive-grid-layout-row.one-third-two-thirds-columns > .col,
	.responsive-grid-layout-row.one-third-two-thirds-columns > .col.last,
	.responsive-grid-layout-row.two-thirds-one-third-columns > .col.first,
	.responsive-grid-layout-row.two-thirds-one-third-columns > .col.last,
	.responsive-grid-layout-row.eighty-twenty > .col,
	.responsive-grid-layout-row.eighty-twenty > .col.last,
	.responsive-grid-layout-row.twenty-eighty > .col,
	.responsive-grid-layout-row.twenty-eighty > .col.last {
		float: none;
		margin: 0 0 15px 0;
		width: auto;
	}	
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* New Static Page Editor Styles ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-static-editor .wrap {
	overflow: hidden;
}

.page-static-editor .heading-area,
.page-static-editor .upper-button-wrap,
.page-static-editor .alert {
	position: relative;
	max-width: 1100px;
}

.page-static-editor .add-section-button-wrap {
	align-items: center;
	border: 1px solid #ccc;
	box-shadow: 0 5px 10px rgba(0,0,0,0.16);
	display: flex;
	float: left;
	padding: 5px;
}

.add-section-button-wrap select {
	margin-right: 5px;
	width: auto;
}

#add-section-button-wrap-outer .chosen-container-single {
	margin-right: 5px;
}

#add-section-button-wrap-outer .chosen-container-single .chosen-single {
	border-radius: 0;
	background: #fff;
	border: 1px solid #ccc;
	height: 32px;
	line-height: 32px;
}

#add-section-button-wrap-outer .chosen-container-single .chosen-single div {
	top: 4px;
}		

#add-section-button-wrap-outer .chosen-container-single .chosen-search input[type=text] {
	padding: 8px 20px 8px 5px;
}	

.page-static-editor .upper-button-wrap #publish-button {
	margin-left: 4px;
}

body.locked-upper-button-bar .upper-button-wrap {
	background: #fff;
	padding: 20px 0;
	position: fixed;
	top: 40px;
	z-index: 10;
}

body.locked-upper-button-bar .no-locked-header .upper-button-wrap {
	background: none;
	padding: 0;
	position: static;
	top: auto;
}

body.locked-upper-button-bar .upper-button-wrap .restore-page-wrap {
	display: none;
}

.restore-earlier-version-form {
	padding: 50px;
}

.restore-earlier-version-form select {
	float: left;
	margin-right: 4px;
	padding: 6px;
}

.upper-button-wrap:before {
	background: #fff;
	bottom: 0;
	border-bottom: 1px solid #ebebeb;
	content: '';
	left: -69px;
	opacity: 0;
	position: absolute;
	right: -1000px;
	top: 0;
	z-index: -1;
}

body.locked-upper-button-bar .upper-button-wrap:before {
	opacity: 1;
}

body.locked-upper-button-bar #static-content-form {
	padding-top: 35px;
}

.cms-static-content-wrap {
	max-width: 1100px;
}

.content-box-editor-overlay-inner {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.35);
	box-sizing: border-box;
	bottom: 30px;
	position: fixed;
	left: 30px;
	opacity: 0;
	overflow: auto;
	right: 30px;
	top: 30px;
	transform: scale(0.8);
	transition: opacity .25s ease, transform 0.25s ease;
	z-index: 199;
}

.content-box-editor-overlay-inner h3 {
	margin-bottom: 10px;
}

#content-box-editor-overlay.active .content-box-editor-overlay-inner,
#content-box-settings-overlay.active .content-box-editor-overlay-inner,
#section-settings-overlay.active .content-box-editor-overlay-inner {
	opacity: 1;
	transform: scale(1);
}

@media screen and (min-width: 1300px) {	
	.content-box-editor-overlay-inner {	
		height: calc(100vh - 60px);
		left: 50%;
		right: auto;
		top: 50%;
		transform: scale(0.8) translate(-50%,-50%);
		transform-origin: left top;
		width: 1200px;
	}
	
	.content-box-editor-overlay-inner#content-box-settings-overlay-inner,
	.content-box-editor-overlay-inner#section-settings-overlay-inner {
		bottom: auto;
		height: auto;
		max-height: 80vh;
		width: 800px;
	}

	#content-box-editor-overlay.active .content-box-editor-overlay-inner,
	#content-box-settings-overlay.active .content-box-editor-overlay-inner,
	#section-settings-overlay.active .content-box-editor-overlay-inner {
		transform: scale(1) translate(-50%,-50%);
		transform-origin: left top;
		transition-delay: 0.15s;
	}
}

@media screen and (max-width: 1300px) {	
	#content-box-settings-overlay .content-box-editor-overlay-inner,
	#section-settings-overlay .content-box-editor-overlay-inner {
		max-height: 80vh;
	}	
}

.content-box-editor-overlay-inner .lower-overlay-content-wrap {
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	top: 57px;
}

.content-box-editor-overlay-inner#content-box-settings-overlay-inner .lower-overlay-content-wrap,
.content-box-editor-overlay-inner#section-settings-overlay-inner .lower-overlay-content-wrap {
	position: static;
}

.overlay-heading-wrap {
	background: #eff4f5;
	padding: 12px 20px;
	position: relative;
}

.overlay-heading-wrap h2 {
	float: left;
	margin: 9px 0 0 0;
}

.overlay-heading-wrap .button-wrap {
	float: right;
}

.overlay-heading-wrap .button-wrap .button {
	margin-left: 10px;
}

.button-seperator {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

.button-seperator .button {
	margin: 0;
}

.button-seperator:before {
	background: #ccc;
	bottom: 0;
	content: '';
	margin-left: -20px;
	position: absolute;
	top: 0;
	width: 1px;
}

.close-button-wrap {
	float: right;
}

.content-box-editor-overlay-inner .upper {
	padding: 12px 20px;
}

.content-box-editor-overlay-inner .size-selector-wrap {
	float: left;
	width: 75%;
}

.content-box-editor-overlay-inner .style-selector-wrap {
	float: right;
	width: 25%;
}

.content-box-editor-overlay-inner .style-selector-wrap #content-type-dropdown {
	display: none;
}

.content-box-editor-overlay-inner .style-selector-wrap #content-box-type-selector {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content-box-editor-overlay-inner .style-selector-wrap #content-box-type-selector li {
	margin-bottom: 5px;
}

.content-box-editor-overlay-inner .style-selector-wrap #content-box-type-selector li a {
	color: #333;
	text-decoration: none;
}

.content-box-editor-overlay-inner .style-selector-wrap #content-box-type-selector li a:before {
	border: 1px solid #b5babb;
	border-radius: 3px;
	display: inline-block;
	content: '';
	margin-right: 7px;
	height: 14px;
	width: 14px;	
	vertical-align: middle;
}

.content-box-editor-overlay-inner .style-selector-wrap #content-box-type-selector li a:hover {
	
}

.content-box-editor-overlay-inner .style-selector-wrap #content-box-type-selector li.selected a:before {
	background: url(/images/cms/check-icon.svg) 50% 50% no-repeat;
	background-size: 9px auto;
}

.content-box-editor-overlay-inner .type-tab {
	border-top: 1px solid #ccc;
	padding: 20px;
}

.content-box-editor-overlay-inner .type-tab .col {
	float: left;
	width: 47%;
}

.content-box-editor-overlay-inner .type-tab .col.last {
	float: right;
	padding: 0;
}

.selectable-layout-types#selectable-display-mode li a .image {
	opacity: .35;
}

.selectable-layout-types#selectable-display-mode li.selected a .image {
	opacity: 1;
}

.selectable-layout-types#selectable-display-mode li a .image img {
	width: 115px;
}

.size-selector-wrap .selectable-layout-types li a .image img {
	width: 50px;
}

.content-box-editor-overlay-inner #photos-table textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 70px;
}

.content-box-editor-overlay-inner #photos-table input[type=text] {
	box-sizing: border-box;
	width: 100%;
}

.content-box-editor-overlay-under {
	background: #000;
	bottom: 0;
	opacity: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	z-index: 198;
}

#content-box-editor-overlay.active .content-box-editor-overlay-under,
#content-box-settings-overlay.active .content-box-editor-overlay-under,
#section-settings-overlay.active .content-box-editor-overlay-under {
	opacity: .9;
}

.static-content-section {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.20);
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	margin: 20px 0;
	opacity: 1;
	transition: transform 0.6s ease, opacity .3s ease, box-shadow 1s linear;
	-webkit-transition: transform 0.6s ease, opacity .3s ease, box-shadow 1s linear;
}

.static-content-section.inactive {
	border: 2px dashed rgba(0,0,0,0.20);
}

.static-content-section.new-section {
	box-shadow: 0 0 50px rgba(0,162,224,0.5);
	opacity: 0;
}

.section-name-field {
	background: none;
	border: 1px solid transparent;
	float: left;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	margin-top: -4px;
	padding: 5px;
	width: 400px;
	transition: border 0.1s linear, background-color 0.1s linear;
}

.section-name-field:hover,
.section-name-field:focus {
	border: 1px solid rgba(0,0,0,0.1);
}

.section-name-field:focus {
	background: #fff;
}

.static-content-section-toolbar {
	background: #f4f6f7;
	border-bottom: 1px solid #ebebeb;
	padding: 8px 8px 8px 27px;
	position: relative;
	text-align: right;
}

.static-content-section-toolbar .collapse-button {
	cursor: pointer;
	height: 20px;
	left: 3px;
	position: absolute;
	top: 11px;
	width: 20px;
}

.static-content-section-toolbar .collapse-button .caret {
	border-top: 5px solid black;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	height: 0; 
	margin: 5px auto 0 auto;
	width: 0; 
}

.static-content-section-toolbar .collapse-button:hover .caret {
	border-top: 5px solid #00a2e0;
}

.collapsed .static-content-section-toolbar .collapse-button .caret {
	border-top: 5px solid transparent;
	border-right: 0;
	border-left: 5px solid black;
	border-bottom: 5px solid transparent;
}

.collapsed .static-content-section-toolbar .collapse-button:hover .caret {
	border-left: 5px solid #00a2e0;
}

.cms-static-content-wrap .is-active-wrap {
	display: inline-block;
	margin-left: 5px;
	padding-top: 3px;
	vertical-align: middle;
}

.cms-static-content-wrap .is-active-wrap .on-off-toggler {
	height: 25px;
	width: 54px;
}

.cms-static-content-wrap .is-active-wrap .on-off-toggler:before {
	height: 20px;
	width: 20px;
}

.cms-static-content-wrap .is-active-wrap .on-off-toggler.on:before {
	left: 31px;
}

.cms-static-content-wrap .is-active-wrap .on-off-toggler:after {
	content: 'OFF';
	font-size: 11px;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease, color 0.3s ease;
}

.cms-static-content-wrap .is-active-wrap .on-off-toggler.on:after {
	color: #fff;
	content: 'ON';
	right: 29px;
}

.form-settings-yes-no-wrap .on-off-toggler,
.form-settings-yes-no-wrap .small {
	display: inline-block;
	vertical-align: middle;
}

.static-content-section-toolbar .button,
.section-content-toolbar .button {
	font-size: 13px;
	margin-left: 3px;
	padding: 3px 10px;
}

.static-content-section-toolbar .button:hover,
.section-content-toolbar .button:hover {
}

.sub-tab-selector-wrap {
	border-bottom: 4px solid #808080;
	margin: 0 -20px 15px -20px;
	padding-left: 20px;
}

.sub-tab-selector-wrap:after {
	clear: both;
	content: '';
	display: block;
}

.sub-tab-selector-wrap a.button {
	background: #fff;
	border: 1px solid #b4bec0;
	border-radius: 0;
	color: #0b1012;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-width: 1px 1px 0 1px;
	float: left;
	margin-left: -1px;
	margin-top: 4px;
	position: relative;
}

.sub-tab-selector-wrap a.button:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}

.sub-tab-selector-wrap a.button:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.sub-tab-selector-wrap a.button:hover,
.sub-tab-selector-wrap a.button.selected {
	background: #ccc;
	border-color: #808080;
	z-index: 2;
}

.sub-tab-selector-wrap a.button.selected {
	background: #808080;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	margin-top: 0;
	padding: 12px 15px;
}

.sub-tab {
	bottom: 0;
	left: 0;
	overflow: auto;
	opacity: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 182px;
	transition: opacity 0.25s ease, visibility 0.25s ease, z-index 0.25s ease;
	-webkit-transition: opacity 0.25s ease, visibility 0.25s ease, z-index 0.25s ease;
	visibility: hidden;
	z-index: 0;
}

.sub-tab.selected {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.section-contents {
	background: rgba(0,0,0,0.005);
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	padding: 10px;
	position: relative;
}

.static-content-section.inactive .section-contents {
	opacity: 0.75;
}

.section-contents.cb-align-right {
	justify-content: flex-end;
	text-align: right;
}

.section-contents.cb-align-center {
	justify-content: center;
	text-align: center;
}

.section-contents.cb-align-justify {
	justify-content: space-between;
	text-align: justify;
}

.no-content-message {
	color: #808080;
	display: none;
	text-align: center;
	width: 100%;
}

.section-content {
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.20);
	display: inline-block;
	font-size: 14px;
	opacity: 1;
	margin: 10px;
	text-align: left;
	transition: transform 0.6s ease, opacity .3s ease, box-shadow 1s linear, background 0.3s ease;
	-webkit-transition: transform 0.6s ease, opacity .3s ease, box-shadow 1s linear, background 0.3s ease;
	transform: scale(1);
	vertical-align: top;
}

.section-content.inactive {
	border: 2px dashed rgba(0,0,0,0.20);
}

.section-content.inactive .section-content-preview {
	position: relative;
}

.section-content.inactive .section-content-preview:before {
	background: #808080;
	color: #fff;
	content: 'Inactive Layout Box';
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	padding: 5px 15px;
	position: absolute;
	right: 3px;
	text-transform: uppercase;
	top: 3px;
}

.section-content:hover {
	background: rgba(255,255,255,0.15);
}

.section-content.col-1 {
	display: block;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.section-content {
		display: block;
	}
}

.section-content.new-block {
	box-shadow: 0 0 50px rgba(0,162,224,0.5);
	opacity: 0;
}

@media screen and (min-width: 600px) {
	.section-content.col-2 {
		width: calc(50% - 20px);
	}

	.section-content.col-3 {
		width: calc((100% / 3) - 20px);
	}

	.section-content.col-4 {
		width: calc(25% - 20px);
	}

	.section-content.col-5 {
		width: calc(20% - 20px);
	}

	.section-content.col-2-3 {
		width: calc(((100% / 3) * 2) - 20px);
	}

	.section-content.col-2-5 {
		width: calc(40% - 20px);
	}

	.section-content.col-3-4 {
		width: calc(75% - 20px);
	}

	.section-content.col-3-5 {
		width: calc(60% - 20px);
	}

	.section-content.col-4-5 {
		width: calc(80% - 20px);
	}
}

.section-content-toolbar {
	background: #f4f6f7;
	border-bottom: 1px solid #ebebeb;
	padding: 6px;
	text-align: right;
}

.collapsed .section-content,
.collapsed .section-contents div {
	display: none !important;
}

.section-content-preview {
	cursor: pointer;
	padding: 20px;
	position: relative;
}

.section-content-preview:after {
	clear: both;
	content: '';
	display: table;
}

.section-content-preview .edit-overlay {
	bottom: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	z-index: 2;
}

.section-content-preview .edit-overlay .button {
	left: 50%;
	margin: -18px 0 0 -53px;
	position: absolute;
	top: 50%;
	width: 106px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	text-align: center;
	z-index: 4;
}

.section-content.no-content .section-content-preview .edit-overlay,
.section-content-preview:hover .edit-overlay {
	opacity: 1;
}

.section-content-preview .inner-content-preview-wrap {
	background: transparent;
	color: inherit;
	min-height: 80px;
	transition: filter 0.2s .2s linear, opacity 0.2s .2s linear;
	-webkit-transition: filter 0.2s .2s linear, opacity 0.2s .2s linear;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}


.section-content-preview .inner-content-preview-wrap:after {
	content: '';
	clear: both;
	display: table;
}

.section-content-preview:hover .inner-content-preview-wrap {
	filter: blur(2px) grayscale(100%);
	-webkit-filter: blur(2px) grayscale(100%);
	opacity: .5;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

#gallery-settings .col.first {
	width: 33%;
}

#gallery-settings .col.last {
	width: 66%;
}

.type-tab.slideshow {
}

.slideshow-label {
	background: rgba(0,0,0,0.01);
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 15px auto;
	max-width: 500px;
	padding: 30px 50px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.slideshow-label span {
	color: #ccc;
	display: block;
	font-size: 70px;
	margin: 0 auto 15px auto;
}

#content-box-editor-overlay,
#content-box-settings-overlay,
#section-settings-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	transition: all 0.25s ease;
	z-index: -99;
}

#content-box-editor-overlay.active,
#content-box-settings-overlay.active,
#section-settings-overlay.active {
	opacity: 1;
	visibility: visible;
	z-index: 199;
}

.ui-sortable-helper {
	border-color: yellow;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.ui-state-highlight {
	border: 0;
	background: rgba(0,0,0,0.1);
	display: block;
}

.section-content img {
	height: auto !important;
	max-width: 100%;
}

.placeholder {
	background: yellow;
	max-height: 350px;
	opacity: .2;
}

.shared-content-box-wrap {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin: 15px 0;
	padding: 30px;
	color: #808080;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

.shared-content-box-wrap div {
	text-transform: none;
	font-size: 16px;
	margin-top: 8px;
}

.shared-content-box-wrap div strong {
	font-weight: bold;
}

#video-upload-overlay {
	background: #fff;
	display: none;
	left: 50%;
	padding: 30px;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10001;
}

#video-upload-underlay {
	background: rgba(0,0,0,0.8);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

body.show-video-overlay #video-upload-overlay,
body.show-video-overlay #video-upload-underlay {
	display: block;
}

#video-upload-overlay .cancel-video-upload-overlay {
	margin-bottom: 10px;
	margin-top: -12px;
}

#video-upload-textarea {
	box-sizing: border-box;
	height: 200px;
	max-width: 100%;
	width: 400px;
}

.save-gallery-overlay-image:not(.video) {
	cursor: pointer;
}

.save-gallery-overlay-image.video {
	display: block;
	position: relative;
}

.save-gallery-overlay-image.video:before {
	border-bottom: 10px solid transparent;
    border-left: 12px solid white;
    border-top: 10px solid transparent;
	content: '';
	height: 0; 
	left: calc(50% + 2px);
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 0; 
	z-index: 1;
}

.save-gallery-overlay-image.video:after {
	border-radius: 100%;
	border: 1px solid #fff;
	content: '';
	height: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 30px;
	z-index: 1;
}

.save-gallery-overlay-image img {
	display: block;
}

.has-member-access-group-restrictions-notice {
	background: #fff9f9;
	border: 1px solid #a20000;
	color: #a20000;
	font-size: 11px;
	margin: 10px;
	padding: 5px 10px;
	text-align: center;
}

.has-member-access-group-restrictions-notice img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: 10px;
}

.static-content-section > .has-member-access-group-restrictions-notice {
	margin: 20px 20px 0 20px;
}

.additional-photo-gallery-manage-settings-wrap {
	align-items: center;
	justify-content: flex-end;
	display: flex;
	margin-top: -5px;
	gap: 20px;
}

.additional-photo-gallery-manage-setting {
	align-items: center;
	display: flex;	
}

.additional-photo-gallery-manage-settings-wrap .label {
	padding: 0 6px 0 0;
}

.additional-photo-gallery-manage-settings-wrap .button {
	
}

.additional-photo-gallery-manage-settings-wrap .button:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.additional-photo-gallery-manage-settings-wrap .button:not(:last-child) {
	border-bottom-right-radius: 0;
	border-right: 0;
	border-top-right-radius: 0;
}

.photo-gallery-manage-buttons-wrap {
	margin-top: 5px;
	padding: 10px;
    background: #f7f7f7;
    border-radius: 5px;
}

#photos-table.display-table td {
	padding: 5px;
}

.content-box-editor-overlay-inner #photos-table textarea {
	height: 40px;
}

.content-box-editor-overlay-inner #photos-table .alt-tag-wrap {
	align-items: center;
	display: flex;
	gap: 5px;
}

.content-box-editor-overlay-inner #photos-table .alt-tag-wrap .uc {
	white-space: nowrap;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* No Distract View/Import View ------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.no-distract-view .left-side-placeholder,
body.no-distract-view .primary-navigation-wrap,
body.no-distract-view .left-column,
body.no-distract-view .breadcrumbs-wrapper,
body.no-distract-view .footer {
	display: none;
}

body.no-distract-view .heading-area {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px 30px;
	top: 40px;
}

body.no-distract-view .middle-area.has-left-column {
	padding-left: 0;
}

body.no-distract-view .middle-area .inside {
	padding-left: 0;
}

body.no-distract-view .middle-area .inside .wrap {
	max-width: 100%;
	padding-top: 80px;
}

.display-table.import-table td {
	padding: 4px;
	font-size: 11px;
}

.display-table.import-table td input[type=text],
.display-table.import-table td select,
.display-table.import-table td textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 4px;
	font-size: 11px;
	width: 100%;
}

.display-table.import-table td input[type=text].datepicker {
	background: #fff;
	width: 70px;
}

.display-table.import-table span.checkbox-wrap, 
.display-table.import-table span.radio-wrap {
	padding: 5px;
}

.display-table.import-table .checkbox-wrap label.unchecked, 
.display-table.import-table .checkbox-wrap label.checked,
.display-table.import-table .radio-wrap label.unchecked, 
.display-table.import-table .radio-wrap label.checked {
	background-size: 15px auto;
	line-height: 16px;
	min-height: 16px;
	padding-left: 21px;
}

.display-table.import-table tr.inactive td input,
.display-table.import-table tr.inactive td select,
.display-table.import-table tr.inactive td textarea {
	opacity: .4;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* New Bulk Emailer Styles ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.new-bulk-emailer .header,
body.new-bulk-emailer .left-side-placeholder,
body.new-bulk-emailer .primary-navigation-wrap {
	display: none;
}

body.new-bulk-emailer .middle-area,
body.new-bulk-emailer .middle-area .inside,
body.new-bulk-emailer .middle-area .inside .wrap {
	padding: 0;
}

body.new-bulk-emailer .heading-area {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 50px;
	justify-content: space-between;
	padding: 0 0 0 15px;
}

.template-info-wrap {
	border-bottom: 1px solid #ccc;	
	padding-bottom: 20px;
}

.bulk-email-page-wrap fieldset {
	border-bottom: 1px solid #808080;
	margin: 0;
	padding: 0 0 20px;
}

.bulk-email-page-wrap fieldset.content-box-type {
	display: none;
}

.bulk-email-page-wrap fieldset.no-border {
	border-bottom: 0;
	margin-bottom: 50px;
}

.bulk-email-page-wrap fieldset.collapsible {
	padding: 0;
}

.bulk-email-page-wrap fieldset.collapsible legend {
	cursor: pointer;
	font-size: 17px;
	position: relative;
	padding: 20px 0 20px 0;
	transition: color 0.2s ease;
}

.bulk-email-page-wrap fieldset.collapsible legend:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	box-sizing: border-box;
	content: '';
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: border-color 0.2s ease, transform 0.2s ease;
	width: 10px;
}

.bulk-email-page-wrap fieldset.collapsible legend:hover {
	color: #1ea0da;
}

.bulk-email-page-wrap fieldset.collapsible legend:hover:after {
	border-bottom: 2px solid #1ea0da;
	border-right: 2px solid #1ea0da;
}

.bulk-email-page-wrap fieldset.collapsible.open legend:after {
	transform: translateY(-50%) rotate(-135deg);
}

.bulk-email-page-wrap fieldset.collapsible .collapsible-content {
	display: none;
	padding: 0 0 30px 0;
}

.bulk-email-page-wrap fieldset.collapsible.open .collapsible-content {
}

.bulk-email-page-wrap fieldset label {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}

.bulk-email-page-wrap fieldset input[type=text],
.bulk-email-page-wrap fieldset input[type=number],
.bulk-email-page-wrap fieldset select {
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #808080;
	padding: 10px;
	width: 100%;
}

.bulk-email-page-wrap fieldset input[type=number] {
	width: 60px;
}

.bulk-email-page-wrap fieldset.collapsible .collapsible-content .collapsible-content-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.bulk-email-page-wrap fieldset.collapsible .collapsible-content .field-wrap {
	width: 100%;
}

.bulk-email-page-wrap fieldset.collapsible .collapsible-content .field-wrap.half {
	width: calc(50% - 10px);
}

.bulk-email-page-wrap fieldset.collapsible .collapsible-content .field-wrap.quarter {
	width: calc(25% - 15px);
}

.bulk-email-page-wrap fieldset.collapsible .collapsible-content .field-wrap .note {
	font-size: 12px;
	margin-top: 10px;
	color: #808080;
}

.bulk-email-page-wrap .sp-replacer {
	align-items: center;
	border-radius: 25px;
	display: inline-flex;
	padding: 4px 8px 4px 4px;
}

.bulk-email-page-wrap .sp-preview {
	border-radius: 100%;
	height: 25px;
	margin-right: 3px;
	overflow: hidden;
	width: 25px;
}

.bulk-email-page-wrap .submit-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	bottom: 0;
	box-shadow: 0 -3px 18px rgba(0,0,0,0.2);
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	height: 65px;
	justify-content: center;
	margin-top: auto;
	padding: 10px;
}

.email-sidebar .form {
	border: 0;
}

.email-sidebar .form td {
	padding: 13px 0;
}

.email-grid-icon-layout {

}

.font-styles-wrap {
	width: 100%;
}

.font-style-type-selector {
	border-bottom: 1px solid #808080;
	display: flex;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.font-style-type-selector li {
	border: 0;
	padding: 0;
	flex: 1;
}

.font-style-type-selector li a {
	border-bottom: 2px solid transparent;
	color: #808080;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.font-style-type-selector li.selected a,
.font-style-type-selector li:hover a {
	border-bottom: 2px solid #00a2e0;
	color: #00a2e0;
}

.font-style-type {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.font-style-type > .font-label {
	margin-bottom: 0;
	font-weight: bold;
	width: 100%;
}

.font-style-type > .font-label.second {
	margin-top: 15px;
}

.font-style-type .field-wrap.family-size {
	width: 55% !important;
}

.font-style-type .field-wrap.family-size select {
	width: calc(100% - 63px);
}

.font-style-type .field-wrap.quarter {
	width: calc(25% - 30px) !important;
}

.font-style-type .field-wrap.line-height {
	width: 22% !important;
}

.font-style-type:not(.selected) {
	display: none;
}

.email-content-type-selector ul {
	align-items: center;
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.email-content-type-selector ul a {
	align-items: center;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	color: #000;
	display: flex;
	justify-content: center;
	padding: 10px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.2s ease;
	width: 86px;
}

.email-content-type-selector ul a:before {
	border: 3px solid #00a2e0;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.2s ease;
}

.email-content-type-selector ul a.selected:before,
.email-content-type-selector ul a:hover:before {
	opacity: 1;
}

.email-content-type-selector ul a img {
	display: block;
	margin-right: 10px;
	height: 26px;
}

.mobile-wrap-new {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-color: #e7e7e7;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

body.mobile-email-preview-engaged .mobile-wrap-new {
	background: #000;
	border: 4px solid #808080;
	border-radius: 35px;
	box-shadow: 0 0 50px rgba(0,0,0,0.25);
	margin-top: 20px;
	max-width: 375px;
	padding: 10px;
	position: relative;
}

body.mobile-email-preview-engaged .middle-area .wrap {
	background: #efefef !important;
}

@media screen and (max-height:760px) {
	body.mobile-email-preview-engaged .mobile-wrap-new {
		margin-top: 10px;
		padding: 40px 10px 60px 10px;
	}
}

body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new {
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	border-radius: 19px;
	position: relative;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new:before {
	background: #fff;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
	color: #000;
	content: '5:45';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	left: 10px;
	padding: 12px 0 0 15px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 50;
}

body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new:after {
	background: url(/images/icons/ios-battery-full.svg) 50% 50% no-repeat;
	content: '';
	height: 30px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 14px;
	width: 50px;
	z-index: 50;
}

body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new {
	height: 667px;
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
	overflow: scroll;
	padding-top: 42px;
	position: static;
}

body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new::-webkit-scrollbar {
	width: 7px;
	height: 0;
}

body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new::-webkit-scrollbar-track {margin: 10px 0 10px}

body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.0);
    border-radius: 10px;
    box-shadow: rgba(255,255,255,0.3) 0 0 0 1px;
}

body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new:hover::-webkit-scrollbar-thumb {background: rgba(0,0,0,0.45)}
body.mobile-email-preview-engaged .mobile-wrap-new .mobile-wrap-inside-new::-webkit-scrollbar-thumb:hover {background: rgba(0,0,0,0.55)}

body.mobile-email-preview-engaged .mobile-wrap-new:before {
	background: #000;
	border-radius: 25px;
	content: "";
	height: 25px;
	left: 50%;
	position: absolute;
	top: 17px;
	transform: translateX(-50%);
	width: 74px;
	z-index: 51;
}

body.mobile-email-preview-engaged .mobile-wrap-new:after {
	background: #000;
	border-radius: 5px;
	bottom: 16px;
	box-sizing: border-box;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 96px;
	z-index: 50;
}

.new-bulk-emailer .heading-area-wrap {
	border-bottom: 1px solid #ccc;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 58;
}

@media screen and (max-height:760px) {
	body.mobile-email-preview-engaged {
		min-height: 500px;
	}
	
	body.mobile-email-preview-engaged .email-container-wrap {
		padding-top: 130px;
	}
	
	body.new-bulk-emailer .heading-area {
		padding: 7px 30px;
	}
	
	.emailer-button-wrap h3 {
		display: none;
	}
	
	.emailer-button-wrap .fr.mr {
		padding-top: 7px;
		padding-bottom: 8px;
	}
	
	.emailer-button-wrap .button#add-section-button {
		margin-top: 4px;
	}

	.new-bulk-emailer .heading-area-wrap {
		left: 0px;
		top: 0px;
	}
}

.email-grid-icon-layout .grid-icon-link {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-decoration: none;
	width: 190px;
}

.email-grid-icon-layout .grid-icon-link .grid-icon {
	background: rgba(0,0,0,.05);
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 15px 25px 1px 25px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.email-grid-icon-layout .grid-icon-link:hover .grid-icon {
	border-color: #000;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.email-grid-icon-layout .grid-icon-link .grid-icon > div {
	background: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 160px;
	padding: 10px;
	overflow: hidden;
}

.email-grid-icon-layout .grid-icon-link .grid-icon > div > div {
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	height: 30px;
	margin-bottom: 10px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.email-grid-icon-layout .grid-icon-link:hover .grid-icon > div > div {
	background: #00a2e0;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1 > div > div:nth-child(2) {
	height: 120px;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-2-1 > div > div:nth-child(2),
.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-2-1 > div > div:nth-child(3) {
	float: left;
	margin-bottom: 10px;
	height: 60px;
	width: 46%;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-2-1 > div > div:nth-child(3) {
	float: right;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-2-1 > div > div:nth-child(4) {
	clear: both;
	height: 60px;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-3-1 > div > div:nth-child(2),
.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-3-1 > div > div:nth-child(3),
.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-3-1 > div > div:nth-child(4) {
	float: left;
	margin-bottom: 10px;
	height: 60px;
	width: 30%;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-3-1 > div > div:nth-child(2) {
	margin-right: 5%;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-3-1 > div > div:nth-child(4) {	
	float: right;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-3-1 > div > div:nth-child(5) {
	clear: both;
	height: 60px;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-13-23-1 > div > div:nth-child(2),
.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-13-23-1 > div > div:nth-child(3),
.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-23-13-1 > div > div:nth-child(2),
.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-23-13-1 > div > div:nth-child(3) {
	float: left;
	margin-bottom: 10px;
	height: 60px;
	width: 30%;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-13-23-1 > div > div:nth-child(3) {
	float: right;
	width: 62%;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-23-13-1 > div > div:nth-child(3) {
	float: right;
}

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-23-13-1 > div > div:nth-child(2) {
	float: left;
	width: 62%;
}	

.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-13-23-1 > div > div:nth-child(4),
.email-grid-icon-layout .grid-icon-link .grid-icon.col-1-23-13-1 > div > div:nth-child(4) {
	clear: both;
	height: 60px;
}

.email-grid-icon-layout .grid-icon-link .title {
	color: #000;
	text-align: center;
}

.email-grid-icon-layout .grid-icon-link:hover .title {
	color: #00a2e0;
}

.emailer-button-wrap {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	order: 99;
	padding-right: 15px;
	width: calc(100vw - 450px);
}

.email-preview-buttons {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 10px;
}

.email-preview-buttons .button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.email-preview-buttons .button:last-child i {
	font-size: 140%;
}

.email-preview-buttons .button.selected {
	color: #fff;
}

.save-and-exit-button-wrap {
	border-left: 1px solid #ccc;
	margin-left: 30px;
	padding-left: 30px;
	display: flex;
	gap: 10px;
}

.button.save-and-exit-button-without-saving {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-right: 6px;
	opacity: 0.5;
}

.button.save-and-exit-button-without-saving:hover {
	opacity: 1;
}

.button.save-and-exit-button-without-saving i {
	font-size: 18px;
	transform: rotate(-180deg)
}

.email-sidebar,
#email-form,
.bulk-email-sidebar-overlay {
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;	
	position: fixed;
	top: 50px;
	left: 0;
	width: 430px;
	z-index: 56;
}

.bulk-email-sidebar-overlay form {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.form-inner-wrap {
	box-sizing: border-box;
	flex: 1;
	max-height: calc(100vh - 172px);
	overflow-y: auto;
	padding: 20px 20px 20px;
}

.email-sidebar {
	box-shadow: 0 5px 16px rgba(0,0,0,0.2);
}

#email-form,
.bulk-email-sidebar-overlay {
}

.bulk-email-sidebar-overlay {
	left: -610px;
	padding-top: 57px;
	transition: all .2s ease;
	width: 610px;
	z-index: 57;
}

.bulk-email-sidebar-overlay#section-settings {
	left: -430px;
	width: 430px;
}

.bulk-email-sidebar-overlay:before {
	content: '';
    border-bottom: 1px solid #ccc;
    left: 0;
    position: absolute;
    right: 0;
    top: 57px;
}

.bulk-email-sidebar-overlay.active,
.bulk-email-sidebar-overlay.active#section-settings {
	box-shadow: 0 5px 16px rgba(0,0,0,0.2);
	left: 0;
}

.bulk-email-sidebar-overlay .selectable-layout-types {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.bulk-email-sidebar-overlay .selectable-layout-types li {
	width: 67px;
	margin: 0;
}

.bulk-email-sidebar-overlay .selectable-layout-types li a .image {
	height: 48px;
	line-height: 48px;
}

.bulk-email-sidebar-overlay .selectable-layout-types.small li a .image img {
	margin: 0 auto;
}

.email-container-wrap {
	box-sizing: border-box;
	padding-top: 50px;
	padding-left: 430px;
	min-height: calc(100vh - 2px);
}

.email-container {
	font: 14px Arial;
	line-height: 160%;
	margin: 0 auto;
	max-width: 100%;
	width: 600px;
}

.mobile-email-preview-engaged .email-container {
	box-sizing: border-box;
}

.email-container .button {
	line-height: 100%;
	padding: 10px;
}

.email-container-wrap.no-container .email-container {
	width: auto;
}

.email-container img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

.email-wrap {
	background: #fff;
	min-height: 30px;
}

.email-wrap .section {
	position: relative;
	z-index: 1;
}

.email-wrap .section.fade-away {
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	transform: translateX(-100px);
	opacity: 0;
}

.email-wrap .section:hover {
	position: relative;
	z-index: 11;
}

.email-wrap .section.placeholder {
	background: yellow;
}

.clear:after {
	clear: both;
	content: "";
	display: table;
}

.email-wrap .section:after {
	border: 3px solid #000;
	bottom: -3px;
	content: "";
	left: -3px;
	opacity: 0;
	position: absolute;
	right: -3px;
	top: -3px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	visibility: hidden;
	z-index: -1;
}

.email-wrap .section.active:after,
.email-wrap .section:hover:after {
	opacity: 1;
	visibility: visible;
}

.email-wrap .section.col-active {
	z-index: 11;
}

.email-wrap .section.col-active:hover:after {
	display: none;
}

.email-wrap .section .section-toolbar {
	background: #000;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 5px;
	opacity: 0;
	position: absolute;
	right: -3px;
	top: -40px;
	visibility: hidden;
}

.email-wrap .section.ui-sortable-helper .col {
	background: #fff;
}

.email-wrap .section.col-active .section-toolbar,
.email-wrap .section.ui-sortable-helper .section-toolbar {
	display: none;
}

.email-wrap .section.active .section-toolbar,
.email-wrap .section:hover .section-toolbar {
	opacity: 1;
	top: -46px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	visibility: visible;
}

.email-wrap .section .col-wrap {
	display: flex;
}

.email-wrap .section .col {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 10px;
	position: relative;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.email-container-wrap.no-container .email-wrap .section .col {
	background: transparent;
}

.email-wrap .section .col .content-preview p:last-of-type {
	margin-bottom: 0;
}

.email-wrap .section .col:after {
	background: #00a2e0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	visibility: hidden;
	z-index: 1;
}

.email-wrap .section .col:hover:after {
	opacity: .2;
	visibility: visible;
}

.email-wrap .section.col-active:before {
	content: "";
	background: rgba(255,255,255,.1);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 4;
}

.email-wrap .section .col.active:after {
	/* border: 3px solid #00a2e0; */
	opacity: 1;
	visibility: visible;
	background: none;
	box-shadow: 0 0 50px rgba(0,0,0,0.4);
}

.email-wrap .section .col .content-preview {
	pointer-events: none;
	transition: filter 0.2s .2s linear, opacity 0.2s .2s linear;
	-webkit-transition: filter 0.2s .2s linear, opacity 0.2s .2s linear;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.email-wrap .section .col:hover .content-preview {
	filter: blur(2px) grayscale(100%);
	-webkit-filter: blur(2px) grayscale(100%);
	opacity: .5;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.email-wrap .section.col-active .col:hover .content-preview {
	filter: blur(0px) grayscale(0%);
	-webkit-filter: blur(0px) grayscale(0%);
	opacity: 1;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.email-wrap .section .col.col-1 {
	width: 100%;
}

.email-wrap .section .col.col-2 {
	float: left;
	width: 50%;
}

.email-wrap .section .col.col-1-3 {
	float: left;
	width: 33.3333333333333%;
}

.email-wrap .section .col.col-2-3 {
	float: left;
	width: 66.6666666666666%;
}

.email-wrap .section .col .change-content-button {
	left: 50%;
	margin: -10px 0 0 -66px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	visibility: hidden;
	z-index: 2;
}

.email-wrap .section .col.empty .change-content-button,
.email-wrap .section .col:hover .change-content-button {
	margin-top: -18px;
	opacity: 1;
	visibility: visible;
}

.email-wrap .section.col-active .col .change-content-button,
.email-wrap .section.ui-sortable-helper .col .change-content-button {
	display: none;
}

.email-wrap.isolation-mode .section:not(.active):not(.col-active),
.email-wrap.isolation-mode .section:not(.active):not(.col-active) .col,
.email-wrap.isolation-mode .section .col:not(.active) {
	opacity: .6;
	pointer-events: none;
}

.email-wrap.isolation-mode .section.active .col,
.email-wrap.isolation-mode .section .col.active {
	opacity: 1;
}

.email-wrap.isolation-mode .section .col.active {
	z-index: 12;
}

body.mobile-email-preview-engaged .email-wrap .section .col-wrap {
	display: block;
}

body.mobile-email-preview-engaged .email-wrap .section .col.col-1,
body.mobile-email-preview-engaged .email-wrap .section .col.col-2,
body.mobile-email-preview-engaged .email-wrap .section .col.col-1-3,
body.mobile-email-preview-engaged .email-wrap .section .col.col-2-3 {
	float: none;
	width: 100%;
}

#email-sidebar-toggler {
	animation: 0;
	-webkit-animation: 0;
	cursor: pointer;
	display: block;
	height: 17px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 42px;
	z-index: 31;
}

#nav-icon {
	cursor: pointer;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	width: 42px;
}

#nav-icon span {
	background: #000;
	display: block;
	height: 2px;
	left: 0;
	opacity: 1;
	position: absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	width: 100%;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 7px;
}

#nav-icon span:nth-child(4) {
	top: 14px;
}

.overlay-active #email-sidebar-toggler #nav-icon span:nth-child(1),
.nav-active #email-sidebar-toggler #nav-icon span:nth-child(1) {
	left: 50%;
	top: 18px;
	width: 0%;
}

.overlay-active #email-sidebar-toggler #nav-icon span:nth-child(2),
.nav-active #email-sidebar-toggler #nav-icon span:nth-child(2) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.overlay-active #email-sidebar-toggler #nav-icon span:nth-child(3),
.nav-active #email-sidebar-toggler #nav-icon span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.overlay-active #email-sidebar-toggler #nav-icon span:nth-child(4),
.nav-active #email-sidebar-toggler #nav-icon span:nth-child(4) {
	left: 50%;
	opacity: 0;
	top: 18px;
	width: 0%;
}

.css-align-values-grid-desktop-mobile-wrap {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	margin-bottom: 10px;
	text-align: center;
}

.align-values-col {
	width: 50%;
}

.align-values-heading {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

.css-align-values-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
	text-align: center;
}

.bulk-email-page-wrap fieldset .css-align-values-grid input[type=text],
.css-align-values-grid input[type=text] {
	padding: 5px 5px;
	text-align: center;
	width: 45px;
}

.css-align-values-grid > div:first-child,
.css-align-values-grid > div:last-child {
	width: 100%;
}	

.css-align-values-grid-desktop-mobile-wrap .note {
	color: #808080;
	font-size: 90%;
	width: 100%;
	margin-top: 15px;
}

@media screen and (max-width: 800px) {
	#email-sidebar-toggler {
		left: 40px;
		top: 40px;
	}
}

@media screen and (max-width: 550px) {
	#email-sidebar-toggler {
		left: 25px;
		top: 25px;
	}
	
	#email-sidebar-toggler,
	#nav-icon {
		width: 32px;
	}
}

#email-sidebar-toggler {
	display: none;
}

@media screen and (max-width: 1275px) {
	body:not(.overlay-active) .email-sidebar, 
	body:not(.overlay-active) #email-form, 
	body:not(.overlay-active) .bulk-email-sidebar-overlay {
		width: 83px;
	}

	.email-sidebar {
		overflow: visible;
	}

	#email-sidebar-toggler {
		background: #fff;
		display: block;
		height: 50px;
		left: 17px;
		top: 0;
		width: 50px;
	}
	
	#email-sidebar-toggler #nav-icon-wrap {
		left: 3px;
		position: relative;
		top: 17px;
	}

	.overlay-active #email-sidebar-toggler {
		left: 430px;
	}

	.email-container-wrap {
		padding-left: 83px;
	}

	#email-form, 
	.bulk-email-sidebar-overlay {
		opacity: 0;
		visibility: hidden;
	}
	
	.overlay-active .email-sidebar, 
	.overlay-active #email-form, 
	.overlay-active .bulk-email-sidebar-overlay.active {
		opacity: 1;
		right: 0;	
		visibility: visible;
	}	
}

@media screen and (max-width: 1325px) {
	.emailer-button-wrap div.fr.mr {
		margin-right: 25px !important;
		padding-right: 25px !important;
	}
}

#main-member-table .member-image,
#main-member-table .member-image-wrap {
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	display: inline-block;
	vertical-align: middle;
}

#main-member-table .member-image-wrap {
	background-position: 50% 50% no-repeat;
	background-size: cover;
	height: 60px;
	width: 60px;
}

#main-member-table .member-image-wrap img {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* 301 Redirects --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.page-301-redirects td input {
	box-sizing: border-box;
	width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Member Cards ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.member-card {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px 10px 10px 5px;
	position: relative;
}

.member-card .delete-icon {
	opacity: 0;
	padding: 2px 4px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.member-card:hover .delete-icon {
	opacity: 1;
}

.member-card .image {
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	display: inline-block;
	height: 50px;
	margin-right: 7px;
	overflow: hidden;
	position: relative;
	width: 50px;
	vertical-align: middle;
}

.member-card .image img {
	display: none;
}

.member-card .name {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}

.member-card.small {
	margin: 0 5px 5px 0;
	padding: 5px 8px 5px 5px;
}

.member-card.small .delete-icon { display: none; }

.member-card.small .image {
	height: 25px;
	margin-right: 4px;
	width: 25px;
}

.member-card.small .name {
	font-size: 13px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* CM Only User Settings/Styles ------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.cm-only-user .middle-area .inside {
	padding-left: 0;
}

body.cm-only-user .header .monthly-totals {
	display: none;
}

body.cm-only-user .middle-area .inside .wrap {
	padding: 0 30px 50px 30px;
}

body.cm-only-user .header {
	padding-right: 30px;
	padding-left: 30px;
}

body.cm-only-user .header .help-link-wrap {
	width: auto;
	padding: 0 15px 0 0;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Strong Password Meter ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
meter {
	/* Reset the default appearance */
	margin: 0 auto 1em;
	width: 300px;
	height: 0.5em;

	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Blog Comments --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.blog-comment-item {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.blog-comment-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-comment-item.inactive {
	opacity: .5;
	border-left: 5px solid #333;
	padding-left: 15px;
}

.blog-comment-item.inactive:hover {
	opacity: 1;
}

.blog-comment-item .blog-comment-author-and-date-wrap {
	margin-bottom: 5px;
}

.blog-comment-item .blog-comment-author-and-date-wrap .blog-comment-author-info {
	display: inline-block;
	font-weight: 700;
}

.blog-comment-item .blog-comment-author-and-date-wrap .blog-comment-author-info .blog-comment-author-parent-name {
	background: url(/images/shared/arrow-right-solid.svg) 0 50% no-repeat;
	background-size: 10px auto;
	display: inline-block;
	margin-left: 2px;
	padding-left: 15px;
	color: #687a86;
	font-size: 12px;
}

.blog-comment-item .blog-comment-author-and-date-wrap .blog-comment-date {
	color: #656c7a;
	display: inline-block;
}

.blog-comment-item .blog-comment-author-and-date-wrap .blog-comment-date .blog-comment-date-bullet {
	display: inline-block;
	margin-left: 5px;
}

.blog-comment-item .blog-comment-body {
	line-height: 21px;
	margin-bottom: 5px;
}

.blog-comment-item .blog-comments-actions-wrap {
	color: #656c7a;
	font-size: 12px;
}

.blog-comment-item .blog-comments-actions-wrap .blog-comment-action-bullet {
	display: inline-block;
	margin: 0 5px;
}

.blog-comment-item .blog-comments-actions-wrap a {
	color: #656c7a;
	display: inline-block;
}

.blog-comment-item.show-comments-form > .blog-comments-actions-wrap a.reply-link {
	color: #000;
	font-weight: 700;
}

.blog-comment-item .blog-comments-actions-wrap a:hover {
	color: #000;
}

.blog-comment-item .blog-comments-actions-wrap a:last-child {

}

.blog-comment-item .comment-children {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 20px;
	margin-left: 50px;
	padding-top: 20px;
}

.blog-comment-form-wrap {
	display: none;
	margin-left: 50px;
	padding-top: 10px;
}

.show-comments-form > .parent-comment-comment-form-container .blog-comment-form-wrap {
	display: block;
}

.blog-comment-form-wrap form {

}

.blog-comment-form-wrap .field-wrap {
	margin-bottom: 5px;
}

.blog-comment-form-wrap .field-wrap label {
	display: none;
}

.blog-comment-form-wrap .field-wrap input,
.blog-comment-form-wrap .field-wrap textarea {
	box-sizing: border-box;
	max-width: 100%;
	width: 400px;
}

.blog-comment-form-wrap .field-wrap textarea {
	height: 100px;
}

.blog-comment-form-wrap .submit-wrap {

}

.blog-comment-form-wrap .submit-wrap .button {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Email Overlay (Choose Provider) --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.do-email-overlay {
	max-width: 100%;
	padding: 50px;
	text-align: center;
	width: 550px;
}

.do-email-overlay ul {
	font-size: 0;
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.do-email-overlay ul li {
	display: inline-block;
	width: 25%;
}

.do-email-overlay ul li a {
	background: url(/images/icons/email-icon.svg) 50% 0 no-repeat;
	background-size: auto 80px;
	display: block;
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 89px 0 0 0;
	position: relative;
}

.do-email-overlay ul li a.gmail { background-image: url(/images/icons/gmail-icon.svg); background-size: auto 70px; background-position: 50% 9px;  }
.do-email-overlay ul li a.outlook { background-image: url(/images/icons/outlook-icon.svg); background-size: auto 75px; }
.do-email-overlay ul li a.yahoo { background-image: url(/images/icons/yahoo-icon.svg); background-size: auto 75px;  }

.do-email-overlay ul li a:hover {
	opacity: 0.8;
}

@media (max-width: 550px) {
	.do-email-overlay {
		width: 100%;
		padding: 50px 0 0;
	}

	.do-email-overlay ul li {
		margin-bottom: 30px;
		width: 50%;
	}
}		




/* ----------------------------------------------------------------------------------------------------------------------- */
/* On/Off Togglers ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* <div class="on-off-toggler on"></div>  and <div class="on-off-toggler off"></div> */
select.yes-no-select {
	display: none;
}

.on-off-toggler {
	background: #e9e9eb;
	border-radius: 15px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: relative;
	transition: background 0.3s ease;
	width: 55px;
}

.on-off-toggler:before {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.43);
	content: '';
	height: 26px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: left 0.3s ease;
	width: 26px;
}

.on-off-toggler.on {
	background: #3dc45e;
}

.on-off-toggler.on:before {
	left: 27px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Scheduler Management Styles ------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.availability-days-list {
	border: 1px solid #ccc;
	max-width: 500px;
}

.availability-day {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.availability-day .upper {

}

.availability-day .upper .checkbox-wrap {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
}

.availability-day .upper .checkbox-wrap label {
	color: #000;
	font-weight: bold;
}

.availability-day .upper .time-preview {
	display: none;
	margin-top: 3px;
	color: #808080;
	float: left;
}

.availability-day.checked .upper .time-preview {
	display: block;
}

.availability-day.checked.engaged .upper .time-preview {
	display: none;
}

.availability-day .upper .edit-link-wrap {
	display: none;
	float: right;
}

.availability-day.checked .upper .edit-link-wrap {
	display: block;
}

.availability-day .lower {
	display: none;
	padding-top: 10px;
}

.availability-day.engaged .lower {
	display: block;
}

.availability-day .lower .interval-item {
	border-top: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-top: 10px;
}

.availability-day .lower .interval-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.additional-timeslot-settings,
.weekly-options,
.custom-dates {
	margin-top: 10px;
	padding-left: 25px;
}

.custom-date-wrap {
	margin-bottom: 5px;
}

.custom-date-wrap:last-child {
	margin-bottom: 0;
}

.weekly-options,
.custom-dates {
	display: none;
}

.weekly-options span.checkbox-wrap {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}

.delete-interval-day-link {
	font-size: 125%;
}

.interval-type-wrap .radio-wrap {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin: 0;
	padding: 0;
}

.interval-type-wrap .radio-wrap label {
	color: #000;
	font-weight: bold;
}

.datepicker.disabled {
	background-color: #ccc;
}

.blackout-date-wrap {
	margin-bottom: 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Active Users ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.active-users-wrap {
	background: #F4F6F7;
	border-radius: 2px;
	border: 1px solid #D26967;
	box-shadow: 0 10px 20px rgba(0,0,0,0.16);
	box-sizing: border-box;
	clear: both;
	margin: 25px 0;
	padding: 20px;
	text-align: center;
}

.page-static-editor.cms-manager-section .active-users-wrap {
	max-width: 1100px;
}

.active-users-wrap .active-users-message {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.active-users-wrap .active-users-message strong {
	color: #E26163;
}

.active-users-wrap .active-users-people {
	margin: 0 0 10px 0;
}

.active-users-wrap .active-users-people .active-user-block {
	align-items: center;
	display: inline-flex;
	justify-content: space-between;
	margin: 10px 25px;
	text-align: left;
}

.active-users-wrap .active-users-people .active-user-block .active-users-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	border: 1px solid #DFDFDF;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 72px;
}

.active-users-wrap .active-users-people .active-user-block .active-users-image img {
	display: block;
	opacity: 0;
	width: 100%;
}

.active-users-wrap .active-users-people .active-user-block .active-users-name {
	font-weight: 700;
	font-size: 18px;
	padding-top: 5px;
}

.active-users-wrap .active-users-people .active-user-block .active-users-last-seen {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.active-users-wrap .active-users-people .active-user-block .active-users-last-seen span {
	color: #707070;
	font-weight: 700;
	text-transform: uppercase;
}

.active-users-wrap .active-users-sub-message {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
}

.active-users-wrap .active-users-sub-message svg {
	margin-right: 8px;
}

/* Ckeditor customizations */
a.cke_dialog_ui_button.browse-button {
    background: #00a2e0;
	border: 1px solid #00a2e0;
    color:  #fff;
}

a.cke_dialog_ui_button.browse-button:hover {
	background: #0080af;
	border: 1px solid #0080af;
}

a.cke_dialog_ui_button.browse-button span.cke_dialog_ui_button {
    color:  #fff;
}

.cke_dialog_body .target-parent-td label {
	display: block;
    border-top: 1px solid #808080;
    padding-top: 13px;
}