#content{
	width:100% !important;border:none!important;
}
#content .login{
	max-width:550px !important;
}
#flashMessage{
	border: 1px solid #f00;background: #f99;padding: 10px;border-radius: 5px;margin: 10px 10px 10px 0px;
}
.success-message{
    background: #8ad28a !important;
border: 1px solid #438043 !important;
color: #234b1b !important;
}
#content-sidebar-wrap h1{
	font-size: 25px !important;
}
.tophead1{
	font-size: 25px !important;
padding: 10px 0;
}

.w-dyn-items{ margin-bottom:20px;}
.guide-table-of-contents {
    max-width: 290px;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 25px;
    padding:25px 25px 10px 25px;
    float: left;
    border-radius: 12px;
    box-shadow: 0 12px 44px 0 rgba(0,0,0,.08);
    background-color:#fff;
}

.w-dyn-items a{ font-family: 'Roboto', sans-serif;   font-size: 15px; font-weight: 400;}

.relative {
    position: relative;
}
html .guide-top {
    display: flex;
    align-items: flex-start;
}
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    font-family: 'Roboto', sans-serif;
}
#full-width-page-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
}


	
	.download-ebook-wrapper {
		background: #FEFDE8;
		border: 1px solid #F8E280;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #333;
		letter-spacing: 0;
		padding: 32px;
		margin-bottom: 25px;
	}
	
	.guide-description .download-ebook-wrapper {
		margin-top: -30px;
	}
	
	.download-ebook-img img {
		margin: 0 20px 0 0;
	}
	
	.download-ebook-text a {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
		margin-top: 6px;
		display: block;
	}
	
	.bonus-content {
		background: #70CD9E;
		display: flex;
		color: #fff;
		align-items: center;
		justify-content: center;
		height: 70px;
		font-size: 18px;
	}
	
	.bonus-content img {
		margin-right: 12px;
	}
	
	.bonus-content span {
		font-weight: 600;
	}
	
	.bonus-content .bonus-text {
		padding: 0 18px 0 8px;
	}
	
	.bonus-content .send-book {
		background: #fff;
		border-radius: 4px;
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		color: #49BB95;
		letter-spacing: 0;
		padding: 12px 25px 12px 20px;
	}
	
	@media all and (max-width: 767px) {
		
		.download-ebook-wrapper {
			flex-flow: column;
		}
		
		.download-ebook-wrapper img {
			margin-bottom: 10px;
		}
		
		.download-ebook-text a {
			margin-top: 12px;
		}
		
		.bonus-content {
			flex-flow: column;
			height: auto;
			padding: 15px;
		}
		
		.bonus-content img {
			display: none;
		}
		.bonus-content .bonus-text  {
			margin: 10px 0;
		}
	}

	

	.hero.guide {
    padding-bottom: 50px;
    background-image: url(../img/hero-no-products.jpg);
    background-position: 50% 0;
    background-size: cover;
}
.hero {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.bonus-content {
    background: #70CD9E;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 18px;
}

.article-text {
  
    color: #555;
}
.article-text p{ margin-bottom:20px;  line-height: 24px;  font-family: 'Roboto', sans-serif;   font-size: 15px; font-weight:400;}
#content p {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.7em;
}

.table-of-contents-link {
    display: inline-block;
    margin-bottom: 15px;
    margin-left:15px;
    color: #666;
    font-size: 16px;
    font-weight: 600;
}
.table-of-contents-link:hover {
    color: #60cca8; }

    .guide-section {
    overflow: hidden;
    margin-top:20px;
    padding:15px 20px;
    border-radius: 10px;
    box-shadow: 0 12px 44px 0 rgba(0,0,0,.08);
        background-color: #fff;    
}



.guide-section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.guide-section-heading {
    margin-top: 0;
    margin-bottom: 0;
        font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    
}

.expand-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #ffce69;
    border-radius: 100%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
}
.expand-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #ffce69;
    border-radius: 100%;
}

.guide-section-body {
    padding-top:25px;
}

.guide-section-body h3{ font-size: 20px;    margin-bottom: 20px;}
.guide-section-body h4{font-size: 16px;}
.guide-section-body ul li{ font-family: 'Roboto', sans-serif; font-size: 15px;  font-weight: 400; margin-bottom: 12px;
    display: block; position:relative; padding-left:20px;}
.guide-section-body ul li:after{ content:""; position: absolute; left: 0;  top:5px; background: #000; width: 6px; height: 6px;
    border-radius: 50%;  display: block;}

.guide-section-body ol li{ font-family: 'Roboto', sans-serif; font-size: 15px;  font-weight: 400; margin-bottom: 12px;
    display: block; position:relative; padding-left:20px;}
.guide-section-body ol li:after{ content:""; position: absolute; left: 0;  top:5px; background: #000; width: 6px; height: 6px;
    border-radius: 50%;  display: block;}

#content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.w-richtext ol, .w-richtext ul {
    overflow: hidden;
}
#content ol, #content ul {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 40px;
}


.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}


.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type=image] {
    display: table;
}
.w-richtext figure {
    position: relative;
    max-width: 60%;
}
#content figure {
    margin: 0;
    margin-bottom: 10px;
}
#secondary img, article img, figure, img, img.wp-post-image {
    max-width: 100%;
    height: auto;
}

#content li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.expand-icon.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}