

a:link { text-decoration: none; border-bottom: none; }
a:visited { text-decoration: none; border-bottom: none; }
a:hover { text-decoration: none; border-bottom: none; }
a:active { text-decoration: none; border-bottom: none; }

a.image-help img {
    /* 
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
    width: 48%; */

}


a.image-help:link { text-decoration: none; border-bottom: none; color: #000000 !important;}
a.image-help:visited { text-decoration: none; border-bottom: none; color: #000000 !important; }
a.image-help:hover { text-decoration: none; border-bottom: none; color: #000000 !important;}
a.image-help:active { text-decoration: none; border-bottom: none; color: #000000 !important;}

.inner {
    display: inline-block; 
    vertical-align: top;
    float: right;
    width: calc(100% - 200px);
    padding-left: 2em;
}


@media screen and (max-width: 736px) {
    .inner {
        width: 100%;
    }
}


ul.help {
    list-style: default;
    padding-left: 2em;
    
}

ul.help li {
    vertical-align: top;
}

ul.feature-icons {
			list-style: none;
			/* padding-left: 2em; */
			padding-left: 0;
            
		}

			ul.feature-icons li {
				text-decoration: none;
				display: block;
				/* margin: 0 0 1.6875em 0; */
				padding: 0.35em 0 0 3.5em;
				position: relative;
				vertical-align: top;
				/* width: 48%; */
			}

				ul.feature-icons li:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				ul.feature-icons li:before {
					/*background: #4acaa8;
                    color: #ffffff;
                    */
					border-radius: 100%;
					display: block;
					height: 2.5em;
					left: 0;
					line-height: 2.5em;
					position: absolute;
					text-align: center;
					top: 0;
					width: 2.5em;
				}
                
                ul.feature-icons li.req:before {
                    color: #ff0000;
                }
                
                
     
