/* # General
--------------------------------------------- */
.page .site-inner,
.mysp-support-page .site-inner {
	background-color: #fff;
}

.page .content-sidebar-wrap {
	max-width: 1280px;
}

.page .content {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.mysp-portal-page .site-inner {
	background: none;
}

.mysp-portal-page .content-sidebar-wrap {
	max-width: 980px;
}

.site-header {
	border: none;
}

/* # Popup Template
--------------------------------------------- */

.popup-page {
	background: #fff;
}

.popup-page .site-header,
.popup-page .site-footer {
	display: none;
}

.popup-page .site-inner {
	padding: 0;
	max-width: none;
}

.popup-page .entry {
	margin: 0;
	padding: 20px 30px 0px;
}

.popup-page .content {
	margin-bottom: 0;
}

/* live site info */
.update-pass-link {
	display: none;
}

.pass-update {
	display: block;
	position: relative;
}

.pass-update .pass-update-buttons {
	display: none;
	position: absolute;
	right: 8px;
	top: 36px;
}

.pass-update .pass-update-buttons .button {
	background: #F5F7F8;
	line-height: 35px;
}

.pass-update .pass-update-buttons .button:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pass-update .pass-update-buttons .button.icon-circle-check {
	color: #00A86D;
}

.pass-update .pass-update-buttons .button.icon-circle-check:hover {
	background: #00A86D;
	color: #fff;
}

.pass-update .pass-update-buttons .button.icon-circle-cross {
	color: #BE0040;
}

.pass-update .pass-update-buttons .button.icon-circle-cross:hover {
	background: #BE0040;
	color: #fff;
}


/* # Header
--------------------------------------------- */

.mysp-header {
	background: #F5F7F8;
	padding: 3% 0;
}

.mysp-header .header-title {
	float: left;
	width: 60%;
}

.mysp-header .header-title .avatar {
	float: left;
	margin-right: 25px;
	width: 80px;
}

.mysp-header .header-title .avatar img {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(84,110,122,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(84,110,122,0.2);
	box-shadow: 0px 3px 10px 0px rgba(84,110,122,0.2);
}

.mysp-header .header-title .title {
	float: left;
	margin-bottom: 0;
}

.mysp-header .header-title h2 {
	border-bottom: 1px solid #CFD8DC;
	font-size: 38px;
	font-size: 3.8rem;
	letter-spacing: -0.02em;
	margin: 0 0 15px;
	padding-bottom: 15px;
}

.home .mysp-header .header-title {
	margin-top: 5px;
}

.home .mysp-header .header-title h2 {
	border: none;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 22px 0 0;
	padding: 0;
}

.mysp-header .header-title p {
	color: #546E7A;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.45;
	margin: 0;
}

.mysp-header .header-buttons {
	float: right;
	text-align: right;
	width: 40%;
}

.mysp-header .header-buttons .buttons-container {
	background: rgba(84, 110, 122, 0.08);
	border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	padding: 15px 20px;
}

.mysp-header .header-buttons .buttons-container.existing-customer-promo {
	position: relative;
	width: 410px;
}

.mysp-header .header-buttons .buttons-container .button {
	margin: 0;
}

.mysp-header .header-buttons .buttons-container .button:last-child {
	margin-left: 5px;
}

.mysp-header .header-buttons .buttons-container.existing-customer-promo span {
	display: inline-block;
	font-size: 15px;
	left: 22px;
	line-height: 1.4;
	position: absolute;
	top: 20px;
	text-align: left;
	width: 190px;
}

.mysp-nav {
	border-bottom: 2px solid #ECEFF1;
	background: #fff;
}

.mysp-nav .menu-portal-main-nav-container {
	float: left;
}

.mysp-nav .menu-portal-side-nav-container {
	float: right;
}

.mysp-nav .menu {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
}

.mysp-nav .menu .current-menu-item > a:after,
.mysp-nav .menu a:after {
	display: none;
}

.mysp-nav .menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}

.mysp-nav .menu li:hover {
	position: relative;
}

.mysp-nav .menu li:before {
	color: #CFD8DC;
	left: 10px;
	position: absolute;
	top: 24px;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.mysp-nav .menu li a {
	border-bottom: 2px solid #ECEFF1;
	color: #546E7A;
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 20px 10px 18px;
	position: relative;
	margin-right: 15px;
	margin-bottom: -2px;
	z-index: 5;
}

.mysp-nav .menu li.icon-help a {
	padding-left: 37px;
}

.mysp-nav .menu li:hover:before,
.mysp-nav .menu li a:hover {
	color: #263238;
}

.mysp-nav .menu li.current-menu-item > a {
	border-bottom: 2px solid #0066CC;
	color: #0066CC;
}

.mysp-nav .menu li.current-menu-item:before {
	color: #0066CC;
}

.mysp-nav .menu li.menu-user > a {
	border: none;
	padding-left: 46px;
	padding-right: 22px;
	margin-right: 0;
}

.mysp-nav .menu li.menu-user img {
	left: 0px;
	position: absolute;
	top: 14px;
}

.mysp-nav .menu li.menu-user > a:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #CFD8DC;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: 0px;
	top: 31px;
	width: 0;
}

.mysp-nav .menu .sub-menu {
	background-color: #fff;
	border: 1px solid #CFD8DC;
	border-radius: 3px;
	left: -9999px;
	opacity: 0;
	margin-top: -3px;
	position: absolute;
	width: 160px;
	z-index: 99;

	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;

	-webkit-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
	-moz-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
	box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
}

.mysp-nav .menu .sub-menu a {
	border-bottom: 1px solid #ECEFF1;
	border-radius: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	outline: none;
	margin: 0;
	padding: 15px 20px;
	position: relative;
	width: 158px;
	word-wrap: break-word;
}

.mysp-nav .menu .sub-menu a:hover {
	background: #F5F7F8;
}

.mysp-nav .menu .sub-menu li:last-child a {
	border-bottom: 0;
}

.mysp-nav .menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* # Sidebar
--------------------------------------------- */

.mysp-sidebar-genesis-manual {
	text-align: center;
}

.mysp-sidebar-genesis-manual img {
	border: 5px solid #fff;
	display: block;
	margin: 0 auto;
	max-width: 200px;
}
.mysp-sidebar-genesis-manual h3 {
	margin-top: 20px;
}

.sidebar .search-form input[type=search] {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 15px 19px 13px;
}

.sidebar .search-form {
	margin-bottom: 30px;
}

.sidebar .articles-list {
	margin-bottom: 20px;
}

.sidebar .articles-list li {
	margin: 0;
	padding: 0;
}

.sidebar .articles-list li a {
	border: none;
	display: block;
	padding: 3px 5px 3px 30px;
	position: relative;
}

.sidebar .articles-list li a:before {
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 7px;
}

.sidebar .articles-list li a:hover {
	color: #263238;
}


/* # Dashboard
--------------------------------------------- */

#dashboard-onboard p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.45;
}

#dashboard-onboard .modal-content {
	padding: 0 30px;
}

#dashboard-onboard .features {
	margin: 40px 0 35px;
}

#dashboard-onboard .features .circle {
	border: none;
	color: #263238;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	width: 33.3%;
}

#dashboard-onboard .features .circle:before {
	background: #F5F7F8;
	border-radius: 50%;
	color: #90A4AE;
	display: block;
	font-size: 40px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto 15px;
	width: 120px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

#dashboard-onboard .features .circle:hover:before {
	color: #0066CC;
}

#dashboard-onboard .buttons {
	margin-top: 20px;
}

.line-box .box-title {
	position: relative;
}

.line-box .box-title .view-all {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* # Sites
--------------------------------------------- */

.mysp-sites-list .plan-title {
	position: relative;
}

.mysp-sites-list .plan-title .subtitle {
	font-size: 15px;
	font-size: 1.5rem;
}

.mysp-sites-list .plan-title .available {
	bottom: 0px;
	color: #546E7A;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	position: absolute;
	right: 0px;
}

.mysp-sites-list .plan-title .available strong {
	color: #0066CC;
}

.mysp-sites-list ul,
.mysp-sites-list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#themesListFilter,
.mysp-downloads-list ul {
	list-style: none;
	margin-left: 0;
	margin-top: 25px;
}

#themesListFilter > li,
.mysp-downloads-list ul > li {
	list-style: none;
}

.mysp-downloads-list ul {
	margin-bottom: 35px;
}

.mysp-sites-list .site,
.download-row {
	background: #F5F7F8;
	border: 1px solid #F5F7F8;
	border-radius: 3px;
	padding: 20px 0;
	margin-bottom: 10px;
	margin-left: 0;
	list-style: none;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;

	-webkit-backface-visibility: hidden;
}

.mysp-sites-list .site:hover,
.download-row:hover {
	background: #fff;
	border: 1px solid #CFD8DC;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(84,110,122,0.2);
	-moz-box-shadow: 0px 2px 15px 0px rgba(84,110,122,0.2);
	box-shadow: 0px 2px 15px 0px rgba(84,110,122,0.2);

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);

	position: relative;
	z-index: 999;
}

.mysp-sites-list .site-name:before {
	color: #90A4AE;
	font-size: 40px;
	left: 20px;
	position: absolute;
	top: 1px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.mysp-sites-list .site:hover .site-name:before {
	color: #0066CC;
}

.mysp-sites-list .site-name,
.download-row .download-info {
	float: left;
	padding-left: 80px;
	position: relative;
}

.mysp-sites-list .site-name h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.mysp-sites-list .site-name h3 a {
	border: none;
	color: #263238;
}

.mysp-sites-list .site-name small {
	display: block;
	margin: 0;
}

.mysp-sites-list .site-name small a {
	border: none;
	color: #546E7A;
	font-size: 14px;
	font-weight: 500;
}

.mysp-sites-list .site-name h3 a:hover,
.mysp-sites-list .site-name small a:hover {
	color: #0066CC;
	font-weight: 500;
}

.mysp-sites-list .site-options,
.download-row .download-buttons {
	float: right;
	margin-right: 25px;
	position: relative;
}

.mysp-sites-list .site-available .site-name h3,
.mysp-sites-list .site-available .site-name small {
	background: #CFD8DC;
	display: block;
	opacity: 0.5;
}

.mysp-sites-list .site-available .site-name h3 {
	height: 24px;
	margin-bottom: 4px;
	width: 200px;
}

.mysp-sites-list .site-available .site-name small {
	height: 13px;
	width: 120px;
}
.mysp-sites-list .site-available .site-name:before {
	color: #CFD8DC;
}

.mysp-sites-list .site-processing .site-name h3 a,
.mysp-sites-list .site-processing .site-name small a {
	color: #90A4AE;
}

.mysp-sites-list .site-processing .site-name:before,
.mysp-sites-list .site-processing:hover .site-name:before {
	content: '\64';
	color: #CFD8DC;
}

.mysp-sites-list .site-processing .site-options span,
.mysp-sites-list .site-pastdue .site-options span,
.mysp-sites-list .site-suspended .site-options span {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: right;
}

.mysp-sites-list .site-processing .site-options small,
.mysp-sites-list .site-pastdue .site-options small,
.mysp-sites-list .site-suspended .site-options small {
	display: block;
}

.mysp-sites-list .site-suspended .site-options span strong {
	color: #BE0040;
}

.mysp-sites-list .site-pastdue .site-options span strong {
	color: #CC4B00;
}

.mysp-sites-list .sites .site-menu {
	background-color: #fff;
	border: 1px solid #CFD8DC;
	border-radius: 3px;
	display: none;
	margin-left: -10px;
	margin-top: -10px;
	position: absolute;
	text-align: left;
	text-indent: 0;
	width: 160px;

	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;

	-webkit-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
	-moz-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
	box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
}

.mysp-sites-list .sites .site-menu a {
	border-bottom: 1px solid #ECEFF1;
	border-radius: 3px;
	color: #546E7A;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	outline: none;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	width: 158px;
	word-wrap: break-word;
}

.mysp-sites-list .sites .site-menu a:hover {
	background: #F5F7F8;
}

.mysp-sites-list .sites .site-menu li:last-child a {
	border-bottom: 0;
}

.mysp-sites-list .sites .site-options .site-menu:hover,
.mysp-sites-list .sites .site-options .site-menu.show {
	display: block;
	right: -10px;
}

.mysp-sites-list .site-options .button-disabled {
	cursor: default;
}

.mysp-sites-list .site-options .button-disabled:hover {
	background-color: #ECEFF1;
	color: #546E7A;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.download-row .download-info {
	padding-left: 25px;
}

.download-row .download-info .download-img {
	border-radius: 2px;
	float: left;
	margin-right: 25px;
	width: 60px;
}

.download-row .download-info .download-img img {
	display: block;
}

.download-row .download-info h3 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 9px 0 0;
}

.download-row .download-info h3 a {
	border: none;
	color: #263238;
}

.download-row .download-info h3 a:hover {
	color: #0066CC;
}

.download-row .download-details {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
}

.download-row .download-buttons {
	margin-top: 7px;
}

#downloadsListFilter .search-wrapper {
	float: right;
	width: 30%;
}

#downloadsListFilter .search-wrapper input {
	font-size: 16px;
	height: 36px;
}

#downloadsListFilter .sort-filter-wrapper {
	float: left;
	width: 70%;
}

#downloadsListFilter .sort-filter-wrapper select {
	font-size: 16px;
	height: 36px;
	padding: 5px 10px;
	width: 150px;
}

#downloadsListFilter .sort-filter-wrapper .sort,
#downloadsListFilter .sort-filter-wrapper .filter {
	display: inline-block;
}

#downloadsListFilter .sort-filter-wrapper .sort {
	margin-right: 20px;
}

/* # Site Set Up
--------------------------------------------- */

#site-setup .steps {
	margin: 50px auto;
	max-width: 600px;
}

#site-setup .steps .circle {
	border: none;
	color: #263238;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	width: 33.3%;
}

#site-setup .steps .circle:before {
	background: #F5F7F8;
	border-radius: 50%;
	color: #90A4AE;
	display: block;
	font-size: 40px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto 15px;
	width: 120px;
}

#site-setup .form {
	margin: 0 auto;
	max-width: 550px;
}

#site-setup .form button {
	margin-top: 20px;
	width: 100%;
}

#site-setup .success-options {
	margin-bottom: 40px;
}

#site-setup .success-options .light-box {

}

#site-setup .success-options p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

#site-setup .success-options .box-heading:before {
	color: #CFD8DC;
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
}

#site-setup .field-domain.not-empty:after {
	content: 'http://';
	color: #90A4AE;
	display: block;
	font-weight: 500;
	position: absolute;
	top: 34px;
}

#site-setup .field-domain.not-empty input {
	padding-left: 60px;
}

#site-setup p.field {
	position: relative;
}

#site-setup p.field .icon-info {
	position: absolute;
	top: 35px;
	left: -35px;
}

#site-setup .title.message-big {
	margin: 20px 0 10px;

}

#step-3 .errors {
	margin-top: 20px;
}

#step-success {
	text-align: left;
}

/* # Account
--------------------------------------------- */

.accesspress-checkout-heading {
	display: none;
}

.accesspress-checkout-form-row {
	margin-bottom: 15px;
	position: relative;
}

/*.accesspress-checkout-first-name-wrap,
.accesspress-checkout-last-name-wrap,
.accesspress-checkout-email-wrap,
.accesspress-checkout-password-wrap,
.accesspress-checkout-password-repeat-wrap {
	float: left;
	margin-right: 2%;
	width: 32.3%;
}

.accesspress-checkout-email-wrap {
	float: right;
	margin-right: 0;
	width: 31.3%;
}*/

.accesspress-checkout-form-account:after {
	clear: both;
	content: '';
	display: block;
}

.premise-checkout-wrap input[type=submit] {
	clear: both;
	display: block;
	margin-left: 0;
	margin-top: 10px;
}


/* # Billing
--------------------------------------------- */

.member-billing-table tbody,
.member-billing-table tr,
.member-billing-table td {
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
}

.member-billing-order td {
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 0;
}

.member-billing-title th {
	background: #F5F7F8;
	border-bottom: 1px solid #ECEFF1;
	color: #546E7A;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 5px 0 2px 10px;
	text-transform: uppercase;
}

.member-billing-summary td {
	border-bottom: 1px solid #ECEFF1;
	padding: 10px 0 10px 10px;
}

.member-billing-detail td {
	font-size: 13px;
	padding: 10px 0 10px 10px;
}

.member-billing-detail .payment-method {
	border: none;
	font-weight: 500;
	padding: 0;
}

.member-billing-detail .cc-number {
	margin: 0 15px;
}

.member-billing-detail .change-payment,
.member-billing-detail .cancel-payment {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.member-billing-detail .cancel-payment {
	border-bottom: 1px solid #BE0040 !important;
}

.member-billing-summary .col5 {
	position: relative;
	padding-left: 50px;
}

.member-billing-summary .col5 .icon-paper {
	position: absolute;
	top: 6px;
	left: 8px;
}

.member-billing-domain td {
	color: #546E7A;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 0;
	text-transform: uppercase;
}

.member-billing-domain td:before {
	font-size: 14px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

/* Cancel reasons */
.mysp-cancel-reasons {
	margin-bottom: 25px;
}

.mysp-cancel-reasons .ninja-forms-success-msg {
	color: #00A86D;
	font-weight: bold;
}

.mysp-cancel-reasons .ninja-forms-form-wrap {
	padding: 25px 30px;
}

.mysp-cancel-reasons .ninja-forms-form-wrap p {
	margin-bottom: 0;
}

.mysp-cancel-reasons .ninja-forms-form-wrap .field-wrap:last-child {
	margin-bottom: 0;
}

.mysp-cancel-reasons .ninja-forms-form-wrap .list-dropdown-wrap,
.mysp-cancel-reasons .ninja-forms-form-wrap .submit-wrap {
	display: inline-block;
	margin-bottom: 10px;
}

.mysp-cancel-reasons .ninja-forms-form-wrap .list-dropdown-wrap select {
	max-width: 530px;
}

.mysp-cancel-reasons .ninja-forms-form-wrap .submit-wrap input {
	margin: 0;
	position: relative;
	top: -8px;
}


/* # Support
--------------------------------------------- */

.mysp-support-page .mysp-header .header-title,
.mysp-support-page .mysp-header .header-title .title {
	float: none;
	width: 100%;
}

.mysp-support-page .mysp-header .header-title h2 {
	border: none;
	margin-bottom: 0;
}

.mysp-support-page .mysp-header .header-title input[type=search] {
	margin-bottom: 15px;
	padding: 20px 40px 18px 70px;
	width: 100%;
}

.mysp-support-page .mysp-header .header-title p {
	position: relative;
}

.mysp-support-page .mysp-header .header-title .icon-search:before {
	font-size: 30px;
	left: 20px;
	opacity: 0.2;
	position: absolute;
	top: 20px;
}

.mysp-support-page .mysp-header .header-title .popular-questions {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-content .articles-list,
.entry-content .articles-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive .content .entry {
	margin-bottom: 0;
}

.parent-title {
	border: none;
	color: #546E7A;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	margin-left: 39px;
	margin-top: -18px;
	position: relative;
	top: 29px;
	z-index: 99;
}

.parent-title:hover {
	border: none;
	color: #0066CC;
}

.screensteps-document .step {
  border-bottom: 1px solid #cfd8dc;
  margin-bottom: 36px;
  padding-bottom: 10px;
}

.screensteps-toc-wrapper .screensteps-chapter {
  margin-bottom: 30px;
}


/* KB Categories */
.categories-list {
	margin-top: 30px;
}

.categories-list .category {
	background: #F5F7F8;
	border: 1px solid #fff;
	border-radius: 3px;
	float: left;
	margin: 0 2% 2% 0;
	padding: 30px;
	width: 49%;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.categories-list .category:hover {
	background: #fff;
	border: 1px solid #CFD8DC;

	-webkit-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);
	-moz-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);
	box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.categories-list .category:nth-child(even) {
	margin-right: 0;
}

.categories-list .category h4 {
	margin-top: 0;
}

.categories-list .category h4 a {
	border: none;
	color: #263238;
	margin-top: 0;
}

.categories-list .category h4 a:hover {
	color: #0066CC;
}

.categories-list h4 a:before,
.subcategories .categories-list h4:before {
	color: #90A4AE;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.categories-list .category p {
	color: #546E7A;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.subcategories {
	margin-bottom: 20px;
}

.subcategories .categories-list {
	margin-top: 0;
}

.subcategories .categories-list a {
	margin-bottom: 2px;
	padding: 17px;
	margin-right: 1%;
	width: 49%;
}

.subcategories .categories-list a h4 {
	color: #263238;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.subcategories .categories-list a:hover h4 {
	color: #0066CC;
}

.subcategories .categories-list h4 small {
	display: block;
	font-weight: 500;
	padding-left: 25px;
}

.subcategories .categories-list p {
	font-size: 15px;
	font-size: 1.5rem;
	padding-left: 26px;
	margin-bottom: 0;
	margin-top: 12px;
}

.archive-no-results .category-articles,
.archive-no-results .entry {
	display: none;
}

.archive-description {
	margin-bottom: 20px;
}

/* Sidebar nav */
.mysp-support-dashboard .sidebar .widget_categories {
	display: none;
}

.sidebar .widget_categories li.cat-item {
	border-bottom: 1px solid #CFD8DC;
	margin: 0;
	padding: 0;
}

.sidebar .widget_categories li.cat-item li {
	border: none;
	margin-left: 16px;
}

.sidebar .widget_categories li.cat-item a {
	border: none;
	color: #263238;
	display: block;
	font-size: 15px;
	font-weight: 700;
	outline: none;
	padding: 8px 0;
	position: relative;
}

.sidebar .widget_categories .widget-wrap > ul > li.parent > a:before {
	content: '\55';
	color: #546E7A;
	margin-right: 9px;
	position: absolute;
	right: 5px;
	top: 10px;
}

.sidebar .widget_categories .widget-wrap > ul > li.parent.opened > a:before {
	content: '\56';
}

.sidebar .widget_categories li.cat-item li.cat-item a {
	font-size: 14px;
	font-weight: 500;
	padding: 2px 2px 2px 0;
}

.sidebar .widget_categories .widget-wrap > ul > li.cat-item > ul {
	padding-bottom: 11px;
}

.sidebar .widget_categories li.current-cat > a,
.sidebar .widget_categories li.cat-item a:hover {
	color: #0066CC !important;
}

/* Setup instructions */
.setup-instructions .articles-list {
	margin-top: 20px;
}

.setup-instructions .articles-list li {
	float: left;
	width: 50%;
}

/* Breadcrumbs */
.support-breadcrumbs {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
}

.support-breadcrumbs a {
	border: none;
}

.support-breadcrumbs span.separator {
	color: #90A4AE;
	display: inline-block;
	margin: 0 5px;
}

.support-breadcrumbs span:last-of-type {
	display: none;
}

/* Screensteps */
.screensteps-document .image {
	border-radius: 3px;
	margin: 20px 0;
	text-align: center;
}

.screensteps-document .image a {
	border: none;
}

.screensteps-document .image a img {
	display: block;
	border-radius: 3px;
	margin: 0 auto;
	text-align: center;
}

.screensteps-document .step {
	border-bottom: 1px solid #CFD8DC;
	padding-bottom: 10px;
}

.screensteps-document .step:last-child {
	border: none;
}

/* Next / Prev */
.support-prev-next {
	background: #F5F7F8;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	margin: 0 -50px -40px;
	padding: 40px;
}

.support-prev-next span {
	color: #546E7A;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.support-prev-next .previous-tutorial {
	float: left;
	width: 48%;
}

.support-prev-next .next-tutorial {
	float: right;
	width: 48%;
}


/* # Community
--------------------------------------------- */

.mysp-community-page .line-box .img {
	background: #F5F7F8;
	border-radius: 50%;
	color: #90A4AE;
	font-size: 30px;
	line-height: 140px;
	margin-right: 5%;
	height: 130px;
	text-align: center;
	width: 130px;
}

.mysp-community-page .sidebar-primary > .widget:nth-child(2) {
	background: none;
	border: 1px solid #CFD8DC;
	padding: 20px 20px 10px;
}

/* # Help
--------------------------------------------- */

.ninja-forms-required-items br {
	display: none;
}

.suggested-articles {
	background: #ECEFF1;
	border-radius: 3px;
	margin-top: 5px;
	padding: 15px 20px 20px;
	position: relative;
}

.suggested-articles p {
	color: #546E7A;
	margin-bottom: 5px;
}

.suggested-articles ul {
	margin: 10px 0 0;
	list-style: none;
}

.suggested-articles ul li {
	list-style: none;
	margin-bottom: 7px;
}

.suggested-articles ul li a {
	padding: 3px;
}

.suggested-articles ul li a:before {
	font-size: 13px;
	margin: 0 7px 0 3px;
}

.suggested-articles .icon-cross {
	border: none;
	color: #546E7A;
	display: block;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 17px;
}

.suggested-articles .icon-cross:hover {
	color: #0066cc;
}


/* # Search
--------------------------------------------- */

.search-results-for {
	border-bottom: 1px solid #CFD8DC;
	color: #546E7A;
	margin-bottom: 20px;
}

.search-results .entry,
.archive .entry {
	position: relative;
}

.search-results .entry h2.entry-title,
.archive .entry h2.entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

.search-results .entry .entry-title a,
.archive .entry .entry-title a {
	border: 1px solid rgba(255,255,255,0);
	border-radius: 3px;
	color: #0066CC;
	display: block;
	font-weight: 500;
	padding: 16px 5px 15px 38px;
	position: relative;
	text-decoration: underline;

	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.search-results .has-parent .entry-title a,
.archive .has-parent .entry-title a {
	padding-top: 27px;
}

.search-results .entry .entry-title a:hover,
.archive .entry .entry-title a:hover {
	background: #fff;
	border: 1px solid #CFD8DC;
	color: #0066CC;
	z-index: 10;

	-webkit-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);
	-moz-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);
	box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);
}

.search-results .entry .entry-title a:before,
.archive .entry .entry-title a:before {
	color: #90A4AE;
	content: "\47";
	position: absolute;
	left: 10px;
	top: 17px;
}

.search-results .has-parent .entry-title a:before {
	top: 27px;
}

.search-results .entry .entry-title a:hover,
.archive .entry .entry-title a:hover {
	color: #0066CC;
}

.search-results .entry .entry-content p,
.archive .entry .entry-content p {
	font-size: 16px;
	font-size: 1.6rem;
}

/* # Logs
--------------------------------------------- */

.log-pagination {
	margin-bottom: 20px;
}

.log-items {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.log-item {
	border-bottom: 1px solid #CFD8DC;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.log-message {
	padding-left: 100px;
}

.log-timestamp {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top: 3px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.page .content-sidebar-wrap {
		max-width: 1120px;
	}

	.mysp-portal-page .content-sidebar-wrap {
		max-width: 980px;
	}

	.mysp-header .header-title {
		width: 55%;
	}

	.mysp-header .header-buttons {
		width: 45%;
	}

}

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

	.page .content-sidebar-wrap {
		max-width: 980px;
	}

	.mysp-portal-page .content-sidebar-wrap {
		max-width: 980px;
	}

	.support-prev-next {
		margin: 0 -30px -25px;
		padding: 25px 30px;
	}

}

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

	.mysp-header .header-title h2 {
		border: none;
		font-size: 30px;
		font-size: 3rem;
		margin-bottom: 10px;
		padding: 0;
	}

	.page .content-sidebar-wrap,
	.mysp-portal-page .content-sidebar-wrap {
		max-width: 95%;
	}

	.mysp-nav .menu li a {
		padding-left: 3px;
		padding-right: 3px;
		margin-right: 8px;
	}

	.mysp-header .header-buttons {
		text-align: center;
	}

	.mysp-header .header-buttons .buttons-container {
		background: none;
		margin-top: 0;
		padding: 0;
	}

	.mysp-header .header-buttons .buttons-container.existing-customer-promo {
		background: rgba(84, 110, 122, 0.08);
		padding: 15px;
		text-align: right;
	}

	.mysp-header .header-title .avatar {
		width: 50px;
	}

	.home .mysp-header .header-title {
		margin-top: 0;
	}

	.home .mysp-header .header-title h2 {
		font-size: 24px;
		font-size: 2.4rem;
		margin-top: 12px;
	}

	.mysp-account-page .one-third,
	.mysp-account-page .two-thirds {
		margin: 0;
		float: none;
		width: 100%;
	}

	.support-prev-next{
		margin: 0 -20px -30px;
	}

	.mysp-sites-page .small-cta {
		padding-left: 40px;
		padding-right: 40px;
	}

}

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

	.popup-page .entry {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mysp-header {
		padding: 15px 0;
	}

	.mysp-header .header-buttons {
		display: none;
	}

	.mysp-header .header-title {
		width: 100%;
	}

	.mysp-nav .menu li a {
		font-size: 15px;
	}

	.mysp-community-page .line-box .img {
		display: none;
	}

	.mysp-community-page .line-box .copy {
		margin: 0;
		width: 100%;
	}

}

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

	.page .content-sidebar-wrap,
	.mysp-portal-page .content-sidebar-wrap {
		max-width: 90%;
	}

	#dashboard-onboard .modal-content {
		padding: 0;
	}

	#dashboard-onboard .modal-content h1 {
		margin-top: 10px;
	}

	.mysp-sites-list .site-name:before,
	.download-row .download-info .download-img {
		display: none;
	}

	.mysp-sites-list .site-name,
	.download-row .download-info {
		padding-left: 15px;
	}

	.mysp-sites-list .site,
	.download-row {
		padding: 10px 0;
	}

	.mysp-sites-list .site-options,
	.download-row .download-buttons {
		margin-right: 15px;
	}

	#themesListFilter {
		margin: 15px 0;
	}

	.categories-list .category,
	.subcategories .categories-list a {
		display: block;
		float: none;
		height: auto !important;
		padding: 20px;
		width: 100%;
	}

	#downloadsListFilter .search-wrapper,
	#downloadsListFilter .sort-filter-wrapper {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}

	#downloadsListFilter .sort-filter-wrapper .filter {
		margin-top: 10px;
	}

}

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

	#dashboard-onboard .modal-content h1 {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 15px;
	}

	#dashboard-onboard .features {
		margin: 0 0 20px;
	}

	#dashboard-onboard .features .circle {
		font-size: 12px;
		font-size: 1.2rem;
	}

	#dashboard-onboard .features .circle:before {
		font-size: 24px;
		height: 70px;
		line-height: 70px;
		width: 70px;
	}

	.home .mysp-header .header-title {
		text-align: center;
	}

	.mysp-header .header-title .avatar {
		margin: 0 auto;
		width: 70px;
	}

	.mysp-header .header-title .avatar a {
		border: none;
	}

	.mysp-header .header-title .avatar,
	.mysp-header .header-title .title {
		float: none;
	}

	.mysp-header .header-title .title h2 {
		font-size: 24px;
		font-size: 2.4rem;
		margin-top: 0;
		margin-bottom: 0px;
	}

	.mysp-header .header-title p {
		display: none;
	}

	.mysp-sites-list .site-name,
	.download-row .download-info,
	.mysp-sites-list .site-options,
	.download-row .download-buttons {
		float: none;
		padding: 0 10px;
		position: relative;
		width: 100%;
	}

	.mysp-sites-list .site-options .button-primary {
		margin: 10px 0 0 0;
	}

	.mysp-downloads-list .box-title .box-heading {
		width: 200px;
	}

	.mysp-sites-list .plan-title .available {
		display: block;
		position: static;
		margin-bottom: 15px;
		margin-top: -10px;
	}

	.mysp-sites-list .site-processing .site-options span {
		text-align: left;
	}

	.mysp-support-page .mysp-header .header-title input[type=search] {
		margin-bottom: 0;
		margin-top: 5px;
		padding-left: 15px;
	}

	.setup-instructions .articles-list li {
		float: none;
		width: 100%;
	}

	.mysp-account-page .line-box {
		overflow: scroll;
	}

	table.member-billing-table {
		min-width: 500px;
		overflow-x: scroll;
	}

	#site-setup .steps {
		margin: 20px 0;
	}

	#site-setup .steps .circle {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#site-setup .steps .circle:before {
		font-size: 24px;
		height: 70px;
		line-height: 70px;
		width: 70px;
	}

	#site-setup p.field .icon-info {
		display: none;
	}

	#site-setup .title.message-big {
		padding-left: 50px;
	}

}
