/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
}
html {
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: normal;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align=left] {
	display: block;
	float: left;
}
.right, .alignright, img[align=right] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align=middle] {
	display: block;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Garnet Theme
  03: 2 Col Flex Sidebar Left
  ------------------------------------------------
*/

body {
	font-family: "Open Sans", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 4em;
}
.content p {
	padding-bottom: 1em;	
	text-align: justify;
}
.content h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.75em;	
}
.sidebar .content p, .sidebar-22 .content p, .sidebar-right .content p   {
	padding-top: 1em;
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: center;
	background-color: #222;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}
img.logo-top {
    display: block;
    margin-left: auto;
    margin-right: auto;	
}
.content-wrapper {
	margin: 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	border: 1px solid;
	border-color: #333;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.fancy-grey {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
	margin-bottom: 2em;
}
.fancy-grey p {
	padding-bottom: 0px;
}
.main-content {
	float: right;
	width: 76%;
}
.main-content-56 {
	float: left;
	width: 56%;
	position: relative;
	left: 22%;	
}	
.sidebar {
	width: 24%;
	float: left;
}
.sidebar-22 {
	width: 22%;
	float: left;
	position: relative;
	left: -56%;
}	
.sidebar .content, .sidebar-22 .content, sidebar-right .content {
	padding: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #BBB;
	background-color: #222;
	background-image: url(images/pixelated.png);
}
.sidebar .content a, .sidebar-22 .content a, .sidebar-right .content a {
	color: #DDD;
}
.sidebar .content a:hover, .sidebar-22 .content a:hover, .sidebar-right .content a:hover,
.sidebar .content a:focus, .sidebar-22 .content a:focus, .sidebar-right .content a:focus {
	color: #FFF;
}
.sidebar-right {
	width: 22%;
	float: right;
}	
.main-content .content, .main-content-56 .content{
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid;
	border-left-color: #222;
}
.sidebar-right .content {
	padding: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #AAA;
	background-image: -webkit-linear-gradient(#999, #CCC);
	background-image: linear-gradient(#999, #CCC);
}
/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

.headline h2 {
	padding-top: 1.5em;
}

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}
/*http://www.wpbeginner.com/wp-themes/how-to-customize-blockquotes-style-in-wordpress-themes/*/
.content blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: 75%;
	margin: 0.25em auto;
	padding: 0.25em 40px 0 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background:#ececec;
}
.content blockquote:before {
	display: block;
	content: \"\\201C\";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #7a7a7a;
}
.content blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
} 
.content blockquote cite:before {
	content: "\2014 \2009";
}
ul {
  margin: 15px;
  padding: 10px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar-22 ul, .sidebar ol, .sidebar-22 ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar-22 li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
a[href^=tel] {
	color: inherit;	
}
.dashicons-awards {
	color: #C33;
	margin-top: 2.5px;
	margin-right: 5px;
}
.content a {
	color: #002953;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }
/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper .p7DMM02 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #CC3333;
	border-bottom: none;
	box-shadow: 0px 0px 30px #000;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 15px;
	font-size: 0.7em;
	color: #8C8C8C;
	text-align: center;
	clear: both;
	position: fixed;
	/*z-index: 999;*/
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
/*Simple Colored Boxes. These rules can be assigned to column-content or other elements to assign a distinctive background color*/
.red {
	background-color: #C33;
}
.content .black {
	color: #DDD;
	background-color: #151515;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	body {
		padding-bottom: 0px;
	}
	.footer {
		position: static;
		width: auto;
	}
	.content-wrapper, .columns-wrapper {
		margin: 0px; 
		border: none; 
		border-radius: 0px;
	}
	.sidebar, .sidebar-22, .sidebar-right, .main-content, .main-content-56 {
		width: auto !important;
		float: none !important;
		position: static !important;
	}
	.main-content .content, .main-content-56 .content, .sidebar .content, .sidebar-22 .content, .sidebar-right .content {
		padding: 20px 10px;
		border-radius: 0px;
		border: none;
		height: auto !important;
		max-height: 888678px;
	}
}	
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
	.main-content .content, .main-content-56 .content, .sidebar .content, .sidebar-22 .content, .sidebar-right .content {
		padding: 20px 20px;
	}
	.top-navigation {
		padding: 0px 10px;
	}
	.content-wrapper {
		margin-left: 10px; margin-right: 10px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.dashicons-phone {
		font-size: 68% !important;
		width: auto !important;
		height: auto !important;
		vertical-align: middle !important;
	}
}
@media only screen and (min-width: 700px) and (max-width: 840px) {
	.dashicons-phone {
		font-size: 74% !important;
		width: auto !important;
		height: auto !important;
		vertical-align: middle !important;
}
}@import url(http://fonts.googleapis.com/css?family=Open+Sans)
/*---:[ Custom CSS ]:---*/
#field_2_6 {width: 175px !important}