/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.alignright,
	.alignleft,
	.aligncenter,
	.sticky,
	.wp-caption-text,
	.wp-caption,
	.bypostauthor,
	.gallery-caption {
}

.alignright {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.abBlackBox {
	font-family: 'Armata', sans-serif;
	font-size: 25px;
	color: #00ff00;
}

.abBlackBox A:link {
	font-family: 'Armata', sans-serif;
	font-size: 25px;
	color: #FFF;
}

.abBlackBox A:visited {
	font-family: 'Armata', sans-serif;
	font-size: 25px;
	color: #FFF;
}

.abBlackBox A:hover {
	font-family: 'Armata', sans-serif;
	font-size: 25px;
	color: #FFF;
}

.abBlackBox A:active {
	font-family: 'Armata', sans-serif;
	font-size: 25px;
	color: #FFF;
}

.post-body h1 {
	font-size: 38px;
}

.post-body h2 {
	font-size: 32px;
}

.post-body h3 {
	font-size: 28px;
	line-height: 50pt;
}

.post-body h4 {
	font-size: 22px;
	line-height: 50pt;
}

.post-title h2 {
	font-size: 50px;
}

.post-body a {
	color: #000;
}

.inner a {
	color: #222222;
}

nav {
	color: #000000;
}

.roles {
	color: #FFF;
}

img#wpstats {
	display: none;
}

.rsTmb {
	font-size: 10pt;
}

.arve-embed-container a {
	z-index: 1;
}

.arve-embed-container iframe, .arve-embed-container object, .arve-embed-container embed {
	z-index: 0;
}

.filter_xg {
	line-height: 3em;
	text-align: center;
	font-size: 1em;
}

.filter_xg2 {
	line-height: 1.3em;
	text-align: center;
	font-size: 1.75em;
}

.filter_xg2>a:hover {
	color: gray;
}

.xg-vision-features {
	margin-bottom: 15px;
}

.xg-vision-features a:focus {
	outline: none;
}

.xg-vision-features .fa {
	border: 2px solid #a2dce2;
	color: #d3565a;
	font-size: 20px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all .5s ease-in-out, .5s;
	-webkit-transition-delay: 0s, 0;
	-moz-transition: all .5s ease-in-out 0s, .5s;
	-o-transition: all .5s ease-in-out 0s, .5s;
	transition: all .5s ease-in-out 0s, .5s;
}

.xg-vision-features .fa:hover {
	color: #fff;
	background: #a2dce2;
}

.xg-vision-features .vision-description {
	text-align: left;
}

.xg-vision-features a + .vision-description,
.xg-vision-features .fa + .vision-description {
	margin-left: 100px;
}

.xg-vision-features p {
	color: gray;
	line-height: 1.8;
}

.xg-vision-features h1, .xg-vision-features h2, .xg-vision-features h3, .xg-vision-features h4, .xg-vision-features h5, .xg-vision-features h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #000;
	margin-bottom: 18px;
}

strong, b, em, i, u {
	color: #000000;
}

section.blog .row .col1 {
	padding-left: 0;
}

#xg-share-bottom:hover {
	background-color: rgb(200,200,200);
}

#xg-share-twitter-bottom a.vision-button.jumbo {
	font-size: 15px;
	line-height: 15px;
}

.post-body h2 {
	line-height: 120%;
	padding-bottom: 25px;
}

.post-body h3 {
	margin-top: 0;
}

#ppBody {
	font-size: 11pt;
	width: 100%;
	margin: 0 auto;
	text-align: justify;
}

#ppHeader {
	font-family: verdana;
	font-size: 21pt;
	width: 100%;
	margin: 0 auto;
}

.ppConsistencies {
	display: none;
}

.xg-ninja {
	margin: auto;
	width: 80%;
	padding: 10px;
}

.xg-ninja input {
	text-align: center;
}