.the_content .row{margin-left:0; margin-right:0}
/* == ARTICLES == */
.the_content p { margin-bottom: 1.625em;	}
.the_content ul, .the_content article ol { margin: 0 0 1.625em 2.5em;	padding: 0; }
.the_content ul { list-style: square; }
.the_content ol { list-style-type: decimal; }
.the_content ol ol { list-style: upper-alpha; }
.the_content ol ol ol { list-style: lower-roman;	}
.the_content ol ol ol ol { list-style: lower-alpha; }
.the_content ul ul, .the_content ol ol, .the_content ul ol, .the_content ol ul { margin-bottom: 0; }
.the_content dl { margin: 0 1.625em; }
.the_content dt { font-size: 15px; font-weight: bold; }
.the_content dd { margin: 0 0 1.625em; }
.the_content strong { font-weight: bold;	}
.the_content cite, .the_content article em, .the_content article i { font-style: italic; }
.the_content cite { border: none; }
.the_content big { font-size: 131.25%;}
.the_content blockquote{ font-weight: normal; clear:both; color:#666; background:#eee; margin:0 0 2.6em 0.8em; padding:0.2em 1em; border-left:5px solid #64A245; }
.the_content blockquote em,
.the_content blockquote i,
.the_content blockquote cite { font-style: normal; }
.the_content blockquote cite { color: #666;	font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase; }
.the_content pre { background: #f4f4f4;	font: 13px "Courier 10 Pitch", Courier, monospace; line-height: 1.5; margin-bottom: 1.625em; padding: 0.75em 1.625em; }
.the_content code, .the_content article kbd, .the_content article samp, .the_content article var { font: 13px "Courier 10 Pitch", Courier, monospace; }
.the_content abbr, .the_content article acronym, .the_content article dfn {	border-bottom: 1px dotted #666;	cursor: help; }
.the_content address { display: block; margin: 0 0 1.625em; }
.the_content del {	color: #ff0000; }
.the_content ins { background: #fff9c0;	border: none; color: #333; text-decoration: none; }
.the_content sup, .the_content sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
.the_content sup { bottom: 1ex; }
.the_content sub { top: .5ex; }
.the_content input[type=text], .the_content textarea, .ninja-forms-form input[type=email], .ninja-forms-form input[type=file] { -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); border: 1px solid #ddd; color: #888; }
.the_content input[type=text]:focus, .the_content textarea:focus, .ninja-forms-form input[type=email]:focus, .ninja-forms-form input[type=file]:focus { color: #333;}
.the_content textarea { padding-left: 3px; width: 98%; }

.the_content .gallery-item{margin-left:0; margin-right:0}

/* Alignment */
.the_content .alignleft { display: inline; float: left; margin-right: 1.625em; }
.the_content .alignright { display: inline; float: right; margin-left: 1.625em; }
.the_content .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/* Tables */
.the_content table { border: none !important; border-bottom: 1px solid #ddd !important;	border-collapse: collapse; border-spacing: 0; text-align: left; margin: 0 0 1.625em; width: 100%; }
.the_content tr th { border: none !important; color: #666; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; line-height: 2.6em; text-transform: uppercase; }
.the_content td { border: none !important; border-top: 1px solid #ddd !important; padding: 6px 10px 6px 0; } 

/* Images */
.the_content img[class*="wp-image-"] { height: auto; max-width: 97.5%; }
.the_content img.size-full { width: auto; /* Prevent stretching of full-size images in IE8 */ }
.the_content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0;	padding: 0;	}
.the_content p img, .the_content .wp-caption { margin-top: 0.4em; }
.the_content img { }
.the_content img.alignleft,	.the_content img.alignright, .the_content img.aligncenter { margin-bottom: 1.625em; }
.the_content .wp-caption { background: #eee; border: none; margin-bottom: 1.625em; max-width: 96%; padding: 9px; }
.the_content .wp-caption img { display: block; margin: 5px auto 0 !important; max-width: 98%; border-color: #eee; }
.the_content .wp-caption .wp-caption-text, .the_content .wp-caption-dd { color: #666; font-family: Georgia, serif !important; font-size: 12px; margin: 0 0 0.6em 0 !important; padding: 0 0 5px 40px; position: relative; text-align: left; }
.the_content .wp-caption .wp-caption-text:before { color: #666; content: '\2014'; font-size: 14px; font-style: normal; font-weight: bold; margin-right: 5px; position: absolute; left: 10px; top: 7px; }
.the_content a:focus img[class*="wp-image-"], .the_content a:hover img[class*="wp-image-"], .the_content a:active img[class*="wp-image-"] { background: #eee; border-color: #bbb; }
.the_content .wp-caption a:focus img, .the_content .wp-caption a:active img, .the_content .wp-caption a:hover img { background: #fff; border-color: #ddd; }

/*Image Alignment on small screens */
@media (max-width:767px){
	.the_content img.alignleft, .the_content img.aligncenter, .the_content img.alignright{ margin-left:auto; margin-right:auto; float:none; display:block}
	.the_content .gallery-item{width:100%!important}
}