body.features.page-id-10 {
	background: #fff;
}

body.features.page-id-10 img {
	margin: 0;
}
body.features.page-id-10  * {
    color: inherit;
}

body.features.page-id-10 a:hover {
    color: inherit;
}

body.features.page-id-10 .primary-cta {
	color: #fff;
}

body.features.page-id-10 .primary-cta:hover { 
	color: #5174d1;
}

body.features.page-id-10 footer * {
	color: #fff;
}
body.features.page-id-10 header * {
color: #fff;
}

.brief p {
	width: 100%;
	display: block;
}
.well {
	line-height: 2;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	margin: 5px 20px;
}

.togglebtn i {
	font-size: 30px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
} 

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.alert-success {
	line-height: 2;
	margin: 0;
}
.brief.blog p {
    width: auto;
}

.titleArea p {
    min-width: 650px;
}

blockquote p::after {
    margin-left: 3px;
    position: absolute;
}

blockquote p::before {
    margin-left: -8px;
    position: absolute;
}

p.para_head {
    margin-bottom: 15px;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    font-size: 1.75rem;
}

.bannerSection a {
    display: inline-block !important;
    width: AUTO;
    overflow: hidden;
}

.enterprise-param {
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .home-features p {
        font-weight: 300;
        opacity: 0.9;
    }
    .home-features p span {
        display: block;
    }
}

@media only screen and (max-width: 768px) { 
    .titleArea p {
        min-width: 100%;
    }
    
}