/*Columns*/
.content-heading {
   float:left;
   width:100%;
   padding:0%;
   margin-bottom: 5px;
   padding-left: 15.5%;
}

.content-col1 {
   	float:left;
   	width:49%;
   	padding-right:1%;
	font-size: 13pt;
}

.content-col2 {
	float:left;
	width:49%;
	padding-left:1%;
	font-size: 13pt;
}

.content-col3 {
	float:left;
	width:49%;
	padding-left:2%;
	font-size: 13pt;
}

._15 {width:13.5%; /*minus 1.5*/}

._25 {width:23.5%; /*minus 1.5*/}

._30 {width:28.5%; /*minus 1.5*/}

._50 {width:49%; /*minus 1*/}

._55 {width:54%; /*minus 1*/}

._70 {width:69%; /*minus 1*/}

._30 img {
	width:100%;
	height: auto;
}

._15 img {
	width:100%;
	height: auto;
}

hr {
	border: 0;
	width: 80%;
	height: 20px;
	margin: 8px auto 15px auto;
	display: block;
	background: 
   		url('img/caps/cap_right.png') right no-repeat,
   		url('img/caps/cap_left.png') left no-repeat;
	background-color: #D3D3D3;

}

hr.red {
	background: 
   		url('img/caps/cap_right_red.png') right no-repeat,
   		url('img/caps/cap_left_red.png') left no-repeat;
	background-color: #A60203;	
}

hr.blue {
	background: 
   		url('img/caps/cap_right_blue.png') right no-repeat,
   		url('img/caps/cap_left_blue.png') left no-repeat;
	background-color: #0D1233;
}


h1._404 {
	font-size:4em;
	line-height:1.05em;
	color:#0D1233;
}

@media screen and (max-width: 780px) {
	.content-col1, .content-col2, .content-col3, ._15, ._25, ._30, ._50, ._55, ._70{
		display: block;
		clear: both;
		float: none;
		min-width: 100%;
		width: 100%;
		margin:0;
		padding:0;
	}
	._15, ._55 {
		padding:0;
		float:left;
		clear:both;
	}
	._55 {
		min-width:100%;	
	}
	.content-heading {
		padding:0;
	}
	/*center images on mobile*/
	#single_content a img{
		width: 65%;
		margin: 0 auto;
		display: block;
		float: none;
		clear: both;
	}
	h1._404 {
		font-size: 2.5em;
	}
}

/*Template Styles*/

h1, h2, h3, h4, h5, h6, p, body{ /*RESET*/
	font-size: 13pt;
	font-family: 'Open Sans';
	margin: 0;
	padding: 0;
	color: black;
	font-weight: 300;
}

p {
	padding-bottom: 10px;
}

.content_i2 h1, .content_i2 h2, .content_i2 h3, .content_i2 h4, .content_i2 h5, .content_i2 h6 {
	font-weight: 400;
	font-family: 'Montserrat';
	font-size: 13pt;
}

#single_content h1, #single_content h2, #single_content h3, #single_content h4, #single_content h5, #single_content h6 {
	margin-top: 10px;
	font-weight: 400;
	font-family: 'Montserrat';
}

h1 { font-size: 25pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 13pt; }

strong, #single_content a, .content_i2 a {
	font-weight: 400;
	font-family: 'Montserrat';
}

#single_content a, .content_i2 a {
	color: #A60203;
	text-decoration: none;
}
#single_content a:hover, .content_i2 a:hover { text-decoration: underline; }

#single_content a.downloadIcon i {
	color: black;
	font-size: 25px;
	vertical-align: -2px;
	padding-left: 5px;
}

blockquote {
	margin:4px 0 8px 30px;
}

blockquote p {
	color: #787878;
	padding: 7px 0 7px 10px;
	border-left: #787878 3px solid;
	font-style: italic;
}

#single_content ul ul, #single_content ol ol,
.content_i2 ul ul, .content_i2 ol ol {
	padding-left: 25px;
}
#single_content ul, #single_content ol,
.content_i2 ul, .content_i2 ol {
	margin-top: 5px;
	padding-left: 23px;
}
#single_content ol, .content_i2 ol { counter-reset: item; }
#single_content ol li, .content_i2 ol li { display: block }
#single_content ol li:before, .content_i2 ol li:before {
	font-weight: 400;
	content: counters(item, ".") " ";
	counter-increment: item;
	color: #787878;
	margin-right: 5px;
	border-right: #787878 2px solid;
}

#single_content ul ul,
.content_i2 ul ul {
	margin-top:5px;
}
#single_content ul li, .content_i2 ul li { display: block }
#single_content ul li:before,
.content_i2 ul li:before {
	content: '';
    background-color: #787878;
    display: inline-block;
    position: relative;
    height: 8px;
    width: 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-right: 6px;
    top: -2px;
}
#single_content ul ul li:before, #single_content ul ul ul ul li:before,
.content_i2 ul ul li:before, .content_i2 ul ul ul ul li:before {
	background-color: white;
	border: #787878 solid 1px;
	width: 7px;
	height: 7px;
}
#single_content ul ul ul li:before,
.content_i2 ul ul ul li:before {
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	width: 8px;
	height: 8px;
	border: none;
	background-color: #787878;
}

/*use for excerpts*/
.content_i2 {
	
}

/*use for full posts*/
#single_content {
	
}


/* =WordPress Core
-------------------------------------------------------------- */

@media screen and (max-width: 780px) {


}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px auto;
}

.alignright {
    float:right;
    margin: 8px 0 0px 20px;
}

.alignleft {
    float: left;
    margin: 8px 20px 0px 0;
}

a img.alignright {
    float: right;
    margin: 8px 0 0px 20px;
	max-width: 100%;
	height: auto;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
	max-width: 100%;
	height: auto;
}

a img.alignleft {
    float: left;
    margin: 8px 20px 0px 0;
	max-width: 100%;
	height: auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 8px 20px 0px 0;
}

.wp-caption.alignright {
    margin: 8px 0 0px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
