/* BEGIN CSS IN USER.CSS */

/* ============= BEGIN FORMS ============= */

	/* make the captcha numbers bigger in the forms and left justify */
		#captcha271, #captcha272, #captcha273, #captcha274, #captcha275, #captcha295 {
			height: 40px !important;
			float: left;
			}

	/* unset the width for text area inputs on forms so the area is larger */
		 .formResponsive input, .formResponsive textarea 	{
			 width: unset !important;
		}

/* ============= END FORMS ============= */


		/* BEGIN CSS FOR CALL US BUTTON */
        .container-banner {
                margin: 0em;
            }

            .callbutton {
                background-color: #2B7DB1;
                border: 1px solid #000;
                border-radius: 8px;
                color: white;
                padding: 10px 22px;
                margin-top: 15px;
                text-decoration: none;
                display: inline-block;
                min-width: 125px;
            }

            .callbutton a {
                color: #fff;
                font-size: 16px;
                float: left;
            }

            .callbutton img {
                margin-right: 8px;
                float: left;
            }

            @media (min-width:768px) {
                .callbutton {
                    display: none;
                }
            }

			/* END CSS FOR CALL US BUTTON */

/* removes a rounded corner from images in blog postings */
.blog-item .item-image {
    overflow: visible;
}

/* END CSS IN USER.CSS */