.feature-grid
{
    position: relative;
}

.feature-grid .feature
{
    margin-bottom: 2em;
}

.feature-grid:after
{
    clear: both;
    content: '';
    display: block;
}

.feature-grid .feature
{
    display: inline-block;
    float: left;
    margin-bottom: 3em;
    width: 50%;
}

.feature-grid .feature .content
{
    width: 60%;
}

.feature-grid .feature .image
{
    width: 30%;
}

.feature-grid .feature .image img
{
    display: inline;
    max-width: 100%;
}

.feature-grid .feature:nth-child(odd) .content, .feature-grid .feature:nth-child(odd) .image
{
    float: right;
    margin-right: 5%;
    text-align: right;
}

.feature-grid .feature:nth-child(even) .content, .feature-grid .feature:nth-child(even) .image
{
    float: left;
    margin-left: 5%;
    text-align: left;
}

/* Feature */

.feature-grid .feature
{
    margin-bottom: 1em;
}
img.img-float-right {
	max-width: 250px;
	float: right;
	/* [disabled]padding-top: 20px; */
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-bottom: 20px; */
	padding-left: 40px;
}

/* Feature */

@media screen and (max-width:992px)
{
    .feature-grid .feature
    {
        display: block;
        width: 100%;
    }
    .feature-grid .feature .content
    {
        width: 65%;
    }
    .feature-grid .feature .image
    {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width:480px)
{
/* Feature */
    .feature-grid .feature .content, .feature-grid .feature .image
    {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
        width: 100%;
    }
    .feature-grid .feature .image
    {
        margin-bottom: 1em;
    }
}

/* Image */

.image
{
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img
{
    border-radius: 4px;
    display: block;
}

.image.left
{
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right
{
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.left, .image.right
{
    max-width: 40%;
}

.image.left img, .image.right img
{
    width: 100%;
}

.image.fit
{
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img
{
    width: 100%;
}

.image.rounded
{
    border-radius: 100%;
}

.image.rounded img
{
    border: solid 0.5em rgba(144, 144, 144, 0.25);
    border-radius: 100%;
}

.image.captioned
{
    border-radius: 0;
    margin-bottom: 4em;
}

.image.captioned img
{
    border-radius: 0;
}

.image.captioned h3
{
    background-color: #fff;
    box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 2em 1em;
}

#features
{
    background-color: white;
}

#content-1-1
{
    background-color: rgba(249, 237, 213, 0.63);
    margin-top: -80px;
    padding: 0 0 30px;
}
#content-1-1a
{
    background-color: rgba(249, 237, 213, 0.63);
    /*margin-top: -80px;*/
    padding: 0 0 30px;
}

.nowrap
{
    display: inline-block;
}

.indent
{
    margin-left: 50px;
}

.nopad
{
    width: 97%;
}

@media screen and (min-width:768px)
{
    .padright
    {
        padding-right: 80px;
    }
}

.headpart
{
    margin-top: 8px;
}

.headpart img
{
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.minuspad
{
    margin-bottom: -10px;
}


.bulleted
{
    list-style-type: disc;
    font-size: 1.2em !important;
    margin-left: 60px !important;
}

.default
{
    font-size: 1.2 em;
}

#sidebar
{
    margin-top: 20px;
}

#content-wrap
{
    padding-top: 0px;
}

.sticky
{
    position: fixed;
    top: 100px;
}
          
@media screen and (max-width:992px)
{
    .spacetop
    {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px){
	.form-container{
	margin-top: 35px;
}
#success_page{
	min-height: 300px;
	margin-top: 10px;
}

}