@charset "UTF-8";

/* Feather */
.feather {
	width: 24px;
	height: 24px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/* jQuery tiptip */
#tiptip_holder {
	display: none;
	z-index: 8675309;
	position: absolute;
	top: 0;
	left: 0;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #333;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #333;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #333;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #333;
}

#tiptip_content {
	color: #fff;
	font-size: 0.7em;
	max-width: 150px;
	background: #333;
	text-align: center;
	border-radius: 3px;
	padding: .6em 1em .67em 1em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

#tiptip_content code {
	padding: 1px;
	background: #888;
}

#tiptip_arrow,
#tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

.memberhero-help-tip {
	width: 16px;
	height: 16px;
	cursor: help;
	position: relative;
	top: 0;
	left: 8px;
}

.memberhero-help-tip svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #555;
}

/* Setup Wizard */
body {
	margin: 95px auto 24px;
	box-shadow: none;
	background: #f1f1f1;
	padding: 0;
	font-size: 14px;
	color: #666;
}

.memberhero-setup {
	text-align: center;
}

.memberhero-setup .hidden {
	display: none;
}

/* Logo */
#memberhero-logo {
	border: 0;
	margin: 0 0 24px;
	padding: 0;
	text-align: center;
}

#memberhero-logo img {
	max-height: 75px;
}

#memberhero-logo a:focus {
	box-shadow: none;
	outline: none;
}

/* Setup content */
.memberhero-setup-content {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
	padding: 2em;
	margin: 0 0 20px;
	background: #fff;
	overflow: hidden;
	zoom: 1;
	text-align: left;
}

.memberhero-setup-content p {
	color: #777;
}

.memberhero-setup-content p:last-child {
	margin-bottom: 0;
}

.memberhero-setup-content h1 {
	font-size: 1.8em;
	margin: 0 0 20px;
	border: 0;
	padding: 0;
	color: #666;
	clear: none;
	font-weight: 500;
}

.memberhero-setup-content h3 {
	font-size: 1.4em;
	font-weight: 600;
	display: inline-block;
	margin: 20px 0 0;
}

.memberhero-setup-content h5 {
	font-size: 1em;
	font-weight: 500;
	color: #444;
}

/* Fields */
.memberhero-setup-content fieldset {
	position: relative;
	padding: 5px 0;
	margin: 5px 0;
}

.memberhero-setup-content label {
	display: inline-block;
}

.memberhero-setup-content .memberhero-setup-field {
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 10px 20px;
	margin: 24px 0;
}

.memberhero-setup-content .memberhero-setup-field label::after,
.memberhero-setup-content .memberhero-setup-field label::before {
	position: absolute;
	content: "";
	display: inline-block;
}

.memberhero-setup-content .memberhero-setup-field label::before {
	height: 16px;
	width: 16px;
	left: 0;
	top: 3px;
	border: 1px solid #aaa;
	background-color: #fff;
	border-radius: 3px;
}

.memberhero-setup-content .memberhero-setup-field fieldset input[type=checkbox] {
	opacity: 0;
	position: absolute;
	left: -9999px;
}

.memberhero-setup-content .memberhero-setup-field input[type=checkbox]:checked+label::before {
	background: rgb(124, 13, 255);
	border-color: rgb(124, 13, 255);
}

.memberhero-setup-content .memberhero-setup-field input[type=checkbox]:checked+label::after {
	content: "";
}

.memberhero-setup-content .memberhero-setup-field input[type=checkbox]+label::after {
	content: none;
}

.memberhero-setup-content .memberhero-setup-field input[type=checkbox]:focus+label::before {
	outline: rgb(124, 13, 255) auto 5px;
}

.memberhero-setup-content .memberhero-setup-field label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
    color: #fff;
}

.memberhero-setup-content span.description {
	display: block;
	line-height: 1.5em;
	color: #999;
	font-weight: 400;
}

/* Steps */
.memberhero-setup-steps {
	padding: 0 0 24px;
	margin: 0;
	list-style: none outside;
	overflow: hidden;
	color: #ccc;
	width: 100%;
	display: -webkit-inline-box;
	display: inline-flex;
}

.memberhero-setup-steps li {
	width: 100%;
	float: left;
	padding: 0 0 .8em;
	margin: 0;
	text-align: center;
	position: relative;
	border-bottom: 4px solid #ccc;
	line-height: 1.4em;
}

.memberhero-setup-steps li a {
	color: rgb(124, 13, 255);
	text-decoration: none;
	padding: 1.5em;
	margin: -1.5em;
	position: relative;
	z-index: 1;
	box-shadow: none;
}

.memberhero-setup-steps li a:focus,
.memberhero-setup-steps li a:hover {
	color: #111;
}

.memberhero-setup-steps li::before {
	content: '';
	border: 4px solid #ccc;
	border-radius: 100%;
	width: 4px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	margin-bottom: -8px;
	background: #fff;
}

.memberhero-setup-steps li.active {
	border-color: rgb(124, 13, 255);
	color: rgb(124, 13, 255);
	font-weight: 600;
}

.memberhero-setup-steps li.active::before {
	border-color: rgb(124, 13, 255);
}

.memberhero-setup-steps li.done {
	border-color: rgb(124, 13, 255);
	color: rgb(124, 13, 255);
}

.memberhero-setup-steps li.done::before {
	border-color: rgb(124, 13, 255);
	background: rgb(124, 13, 255);
}

/* Action buttons */
.memberhero-setup .memberhero-setup-actions {
    margin: 20px 0 0;
    position: relative;
}

.memberhero-setup .memberhero-setup-actions .button {
	font-size: 1em;
	padding: .5em 1em;
	line-height: 1em;
	margin-right: .5em;
	margin-bottom: 2px;
	height: auto;
	border-radius: 4px;
}

.memberhero-setup .memberhero-setup-actions .button-primary {
	background: rgb(124, 13, 255);
	border-color: rgb(118, 10, 245);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 rgb(118, 10, 245);
	color: #fff;
	text-shadow: 0 -1px 1px rgb(118, 10, 245), 1px 0 1px rgb(118, 10, 245), 0 1px 1px rgb(118, 10, 245), -1px 0 1px rgb(118, 10, 245);
	margin: 0;
	opacity: 1;
}

.memberhero-setup .memberhero-setup-actions .button-primary:active,
.memberhero-setup .memberhero-setup-actions .button-primary:focus,
.memberhero-setup .memberhero-setup-actions .button-primary:hover {
	background: rgb(118, 10, 245);
	border-color: rgb(118, 10, 245);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 rgb(118, 10, 245);
}

/* Items */
.memberhero-setup-items {
	border: 1px solid #eee;
	border-radius: 6px;
}

.memberhero-setup-items .memberhero-setup-item:first-child {
	border-radius: 6px 6px 0 0;
}

.memberhero-setup-items .memberhero-setup-item:last-child {
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}

.memberhero-setup-item {
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
}

.memberhero-setup-item-switch {
	float: right;
}

.memberhero-setup-item-switch fieldset {
	display: flex;
    margin: 10px;
}

.memberhero-setup-item-name {
	font-size: 16px;
	color: #444;
	font-weight: 500;
}

.memberhero-setup-item-desc {
	color: #9a9a9a;
	margin: 12px 80px 0 0;
}

.memberhero-setup-item-grid {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	border: 1px solid #eee;
}

.memberhero-setup-item-grid .memberhero-setup-item {
	border: none;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 20px 0;
	flex-basis: 100%;
	flex-grow: 1;
}

.memberhero-setup-item-grid .memberhero-setup-item:last-child {
	border-bottom: 0;
	border-right: 0;
}

.memberhero-setup-item-grid a.button {
	margin: 0;
}

.memberhero-setup-item-grid a.button:hover,
.memberhero-setup-item-grid a.button:focus,
.memberhero-setup-item-grid a.button:active {
	background: #fff;
}

.memberhero-setup-item-grid a.button:active {
	box-shadow: inset 0 3px 1px -3px rgba(0,0,0,.5);
}

/* Checklist */
.memberhero-setup-checklist {
	margin: 25px;
}

.memberhero-setup-progress {
	opacity: 0.5;
	padding: 5px 0;
}

.memberhero-setup-progress.complete {
	font-weight: 600;
	opacity: 1;
}

.memberhero-setup-progress.complete span {
	background: rgb(124, 13, 255);
}

.memberhero-setup-progress span {
	width: 20px;
	height: 20px;
	background: #aaa;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 0 0;
	position: relative;
	top: 2px;
}

.memberhero-setup-progress span svg {
	color: #fff;
	width: 16px;
	height: 16px;
}

/* Other classes */
.memberhero-setup-center {
	color: #bbb;
    padding: 0 5em;
	margin: 2.5em 0 0;
	line-height: 1.6;
    text-align: center;
}

.memberhero-setup-center a {
	color: rgb(124, 13, 255);
	text-decoration: none;
}

.memberhero-setup-center a:hover {
	color: #32325d;
	text-decoration: none;
}

/* Footer links */
.memberhero-setup-footer-links {
	color: #7b7b7b;
	margin: 1.18em auto;
	display: inline-block;
	text-align: center;
}

/* Mobile Queries */
@media only screen and (min-width: 600px) {

	.memberhero-setup-item-grid .memberhero-setup-item {
		border-right: 1px solid #eee;
		border-bottom: 0;
		flex-basis: 0;
	}

}