body {
	margin: 0;
	background-color: #f6f7f7;
}
#section-1 {
}
.p7ir2-box {	
	background-color: #ffffff;
}
.synergy-row-masthead{
	margin: 0 auto;
	background-color: #000000;
	padding: 0;
	box-shadow: 0px 0px 6px rgba(0,0,0,.55);
	background: rgba(0,0,0,.92);
}
.p7DMM08 {
	background-color: #000000;
	background: rgba(0,0,0,.92);
	box-shadow: 0px 0px 0px rgba(0,0,0,.2);	
}
.p7DMM08 ul li {
	list-style-type: none;
	float: left;
	padding: 3px 0px;
	margin-right: 8px;
}
.p7DMM08 ul a {
	color: #0066fe;
	font-size: 1em;
	padding: 10px 12px;
	text-decoration: none;
	border: 1px solid;
	border-radius: 5px;
	border-color: transparent;
	display: block;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-webkit-transition-property: background-color, box-shadow, border-color;
	transition-property: background-color, box-shadow, border-color;
}
.p7DMM08 ul a:hover,
.p7DMM08 ul a:focus,
.p7DMM08 ul a.open,
.p7DMM08 ul a.current_mark.closed {
	outline: none;
	border-color: #000000;
	border-color: rgba(0,0,0,0.65);
	color: #ff9900;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	background-color: #222;
}
.header {
	outline: none;
	border-color: #000000;
	box-shadow: 0px 0px 6px rgba(0,0,0,.55);
	background: rgba(0,0,0,.92);
	margin-bottom: 1em;
	
}
#section-3 {
	margin: 0 auto;
	border-radius: 0;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1em;
	background-color: #f7f7f7;
	
}
#section-4 {
	margin: 0 auto;
	border-radius: 0;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1em;
	background-color: #f6f7f7;
	
}
#section-5 {
	margin: 0 auto;
	border-radius: 0;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1em;
	background-color: #f6f7f7;
	
}


#sidebar {
	background-color: #e9ebed;
	font-size: 0.9em;
	line-height: 1em;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;	
}
.centered{
	margin: 0 auto;
}
.p-center {
	text-align: center;
}

h1
{
	font-family: 'Federo';
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.2em;
}
h2 
{
	font-family: "Federo";
	color: #012e57;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
}
h3
{
	font-family: 'Lora', serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
h4
{
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	color: #015289;
	line-height: 1em;
}

h5 
{
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	line-height: 1em;
}
h6
{
	margin-top: 0; 
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-weight: normal;
	color: #d2d3d4;
}
hr{
	/* html5 compatible*/
	height: 1px;
	color: #000000;
	width: 50%;
	text-align: center;
}
/*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: 0;
}

a img {
	border: none;	
}
div.icon {
	height: 10em;
    display: flex;
    align-items: center;
	justify-content: center; 
}
div.icon img {
  margin: 0 
}
div.icon-index {
	font-family: 'Federo';
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold
	background-color: #000000;
	color: #000000;
	line-height: 1.2em;
	height: 10em;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.icon-index img {
  margin: 0 
}

.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}
.imgright {
float: right;
padding: 6px 10px 6px 0px;
}

a:link {
	font-family: 'Oswald', sans-serif;
	color: #0066fe;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: 'Oswald', sans-serif;
	color: #0066fe;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
a:hover, a:active {
	font-family: 'Oswald', sans-serif;
	color: #ff9900;
	font-size: 1em;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

/*Links*/
.synergy-color-1 a, 
.synergy-color-3 a {
	color: #f83b00;
}
.synergy-color-1 a:hover, 
.synergy-color-3 a:hover { 
	color: #ffc300; 
}
.synergy-color-2 a {
	color: #AAA;
}
.synergy-color-2 a:hover {
	color: #FFF;
}
.synergy-color-4 a {
	color: #FFF;
}
.synergy-color-4 a:hover {
	color: #000;
}
.synergy-color-5 a {
	color: #afc6e4;
}
.synergy-color-5 a:hover {
	color: #b50404;
}
/*Synergy Column Group Widths*/
.column-group.max-1200 {
	max-width: 1200px;
	margin: auto;
}
/*Synergy Theme css*/
p img, h1 img, h2 img, h3 img, h4 img {
	border-radius: 5px;
}
li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0;
	width: 100%;
	line-height: 1.3em;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	color: #ff9900;
}
.synergy-color-2 {
	background-color: #414142;
	background: rgba(65,65,66,.9);
	color: #FFF;
	background: rgba(65,65,66,.92);
	background-image: -webkit-linear-gradient(#000000, #585859);
	background-image: linear-gradient(#000000, #585859);
}
div.icon {
	height: 10em;
    display: flex;
    align-items: center;
	justify-content: center; 
}
div.icon img {
  margin: 0 
}
  
.footer a {
	color: #a6a4a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: .5em;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	text-align: left;	
}
.footer a:hover, .footer a:focus, .footer a:active, .footer a:link { 
      font-family: Arial, Helvetica, sans-serif;
	  font-size: .6em;
	  color: #ec551c;
	  text-decoration: underline;
	  font-style: normal;
	  font-weight: normal; 
	  text-align: left;
	 
}
